SSL handshake failed - WeOnlyDo Discussion board

SSL handshake failed (wodHttpDLX)

by Jasmine, Wednesday, November 12, 2014, 22:29 (3444 days ago) @ rindho

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: