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

2008-04-02 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.

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

2008-04-01 Thread Javen Cao
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 handshake. Does anyone known about this? BTW: the openssl lib is fine under