20014 handshake fail (wodWebServer / wodWebServer.NET)
i'm using https(ssl) proxies to connect to a ssl site. i'm using ProxyWEBStandard and i'm getting these 2 errors...
20014: SSL handshake failed: DH lib
20014: SSL handshake failed: error:00000001:lib(0):func(0):reason(1)
is there something i'm doing wrong?
my exact code...
With wod
.ProxyType = ProxyWEBStandard
.ProxyHostname = Split(Proxy, : )(0)
.ProxyPort = Split(Proxy, : )(1)
.Get https://www.sitehere.com
End With
thanks