SSL handshake failed (wodHttpDLX)
Hi Rindho.
It's hard to say without trying. But I suggest that you change your code a bit and force specific SSL version using Secure property
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLX-Secure.html
So, instead of calling
Http1.Post ...
do this
Http1.URL = .....
Http1.Secure = your-choice
Http1.Port = .... (you may need to set port again, Secure could switch it to default)
Http1.Post
can you try that?
Jasmine.
Complete thread:
- SSL handshake failed - rindho, 2014-11-12, 20:47
- SSL handshake failed - Jasmine, 2014-11-12, 21:10
- SSL handshake failed - rindho, 2014-11-12, 21:21
- SSL handshake failed - Jasmine, 2014-11-12, 22:29
- SSL handshake failed - rindho, 2014-11-12, 21:21
- SSL handshake failed - Jasmine, 2014-11-12, 21:10