Re: What scenario will cause openssl can't send "client hello" request?

2008-04-01 Thread Javen Cao
Dears, I am using libcurl to perform "http" and "https" request. We have traced the log from libcurl. It also an debug callback function to openssl.

RE: What scenario will cause openssl can't send "client hello" request?

2008-04-01 Thread David Schwartz
> Our program that use openssl can't work normally with > 'https' protocol. Then we use ethereal to sniff data on > the port 443 and find that client doens't send "client hello" > message to server after it finish tcp handshake. Does anyone > known about this? BTW: the openssl lib is fine under an

Re: What scenario will cause openssl can't send "client hello" request?

2008-04-01 Thread Marek . Marcola
Hello, [EMAIL PROTECTED] wrote on 04/01/2008 04:57:18 PM: > Hi all, > > Our program that use openssl can't work normally with 'https' protocol. Then we use > ethereal to sniff data on the port 443 and find that client doens't send "client hello" > message to server after it finish tcp handsh