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

Re: 20014 handshake fail

by wodDamir, Wednesday, April 30, 2008, 19:57 (5842 days ago) @ chris

Hi Chris,

What version of wodHttpDLX are you using?

Did you try the same with our samples that came with the component?

Also, can you access that page using any other client (IE, Firefox)? Are you sure that your proxy accepts https connections?

Could you try forcing Secure property to some value?

Regards,
Damba

Re: 20014 handshake fail

by chris, Wednesday, April 30, 2008, 20:18 (5842 days ago) @ wodDamir

ok, awesome i wasnt setting Secure to ProtAll... 7 out of 54 worked... half of them still gave me the error...

20014: SSL handshake failed: error:00000001:lib(0):func(0):reason(1)

i'm using version 1.5.5.146. a client bought me the control, its on his email... i applied for an update and you guys said you couldnt do it. i just called him and he said he would be on in 5 minutes, i'll have the email then. also, no, i dont have the examples anymore, but i'm sure that can be resolved once i update. is there maybe something i'm doing wrong with certificates? thanks

Re: 20014 handshake fail

by wodDamir, Wednesday, April 30, 2008, 20:33 (5842 days ago) @ chris

Chris,

The code that you provided should work. However, you should update, since there were some fixes applied that were related to use of proxy servers.

Also, it would really be helpful if you would try with our samples, since that would isolate the possibility of this being an error in coding.

Also, did you try what I suggested? Does the same work in other applications (IE, FireFox)?

Regards,
Damba

Re: 20014 handshake fail

by chris, Wednesday, April 30, 2008, 20:37 (5842 days ago) @ wodDamir

yes, it worked through firefox. thanks soo much for your help. i just installed the new version and i'm waiting for my client to get online so i can provide you guys with his email. thanks again