WODHTTPDLX - 0 - SSL handshake failed: (General questions)
Hi Guys, I am just doing a simple post to a SLL page and get
[code]0 - SSL handshake failed:[/code]
what can I do...I am using 1.6.0
Hi Guys, I am just doing a simple post to a SLL page and get
[code]0 - SSL handshake failed:[/code]
what can I do...I am using 1.6.0
by wodDamir
, (6257 days ago) @ Greg
Greg,
Can we try doing post there? Can you provide us with URL?
Also, did you try the latest version?
Perhaps you could try using demo version to try it out?
Regards,
Damba
by Greg
, (6257 days ago) @ wodDamir
Hi Damba, In addition please see the code I am using.
SOAP_DATA = XML TO POST
set objHTTP = Server.CreateObject( WeOnlyDo.wodHttpDLXCom.1 )
objHTTP.Blocking = 1 'will return to your code until the command completes
objHTTP.Request.Headers.Add Content-type , text/xml; charset=utf-8
objHTTP.LicenseKey = our lic
objHTTP.Timeout = 25000
objHTTP.debugFile = e:inetpubfiledebug.txt
objHTTP.Request.Body = SOAP_DATA
'objHTTP.Port = 443
objHTTP.URL = https://anysslsite.com
on error resume next
objHTTP.POST
'get resposne
'response.Write objHTTP.Response.Body
If objHTTP.Response.StatusCode = 200 Then
HEADER_TEXT = objHTTP.Response.Body
Else
HEADER_TEXT = ERROR - Status: & objHTTP.Response.StatusCode & <br>
End If
'dispose object
objHTTP.Disconnect()
Set objHTTP = Nothing
get returned:
HEADER_TEXT = 0 - SSL handshake failed:
why??????
'*****************************************************************
Hi Guys, I am just doing a simple post to a SLL page and get
[code]0 - SSL handshake failed:[/code]what can I do...I am using 1.6.0
Greg,
Can we try doing post there? Can you provide us with URL?
Also, did you try the latest version?
Perhaps you could try using demo version to try it out?
Regards,
Damba
by wodDamir
, (6257 days ago) @ Greg
Greg,
I can't tell. The error that you receive is typical when client and server can't agree on security (such as certificate, or encryption type etc.).
Can you please try the things I suggested in my previous reply?
Regards,
Damba
by Greg
, (6257 days ago) @ wodDamir
works with the new version!!!

Thank you so much for your hard work and commitment in producing well thought-out solutions. WeOnlyDo is very committed to customer satisfaction!

...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...

Your support is fantastic.

...with a minimum of effort as the DLL interface was written with such simplicity...

May I say how nice it is to work with components so complete and self-explanatory that using them in my application is as instinctive as though I wrote them myself?

Thank you so much for your hard work and commitment in producing well thought-out solutions. WeOnlyDo is very committed to customer satisfaction!

Your component works really great. With minor effort I have been able to convert my delphi application...

We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.

Not only wodSFTPdll is excellent, the service you have provided is outstanding and second to none!

You have been great as far as offering support is concerned and has been extremely responsive to both support requests and suggestions for product enhancements.

