20014 handshake fail - WeOnlyDo Discussion board

20014 handshake fail (wodWebServer / wodWebServer.NET)

by chris, Wednesday, April 30, 2008, 19:43 (5842 days ago)

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: