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
Complete thread:
- 20014 handshake fail - chris, 2008-04-30, 19:43
- Re: 20014 handshake fail - wodDamir, 2008-04-30, 19:57
- Re: 20014 handshake fail - chris, 2008-04-30, 20:18
- Re: 20014 handshake fail - wodDamir, 2008-04-30, 20:33
- Re: 20014 handshake fail - chris, 2008-04-30, 20:37
- Re: 20014 handshake fail - wodDamir, 2008-04-30, 20:33
- Re: 20014 handshake fail - chris, 2008-04-30, 20:18
- Re: 20014 handshake fail - wodDamir, 2008-04-30, 19:57