On 11/30/05, Usman Riaz <[EMAIL PROTECTED]> wrote: > b. Secondly, I set the SSL version to 3 via "SSLv3_method" and wait for > client to connect. When the client connects (client is a FireFox browser, > with SSLv2,3 & TLSv1 enabled), on the server side when i try to read from > the bio (after writing the initial handshake data to the BIO) the read fails > and BIO_should_retry also fails with the error being incorrect version > number. Now if i change the SSL method on my server to "SSLv2_method" then i > dont have any problems and i can connect fine. But since i have enabled all > available version on my client (SSLv2,3 TLS v1), the BIO should not return > an error. Can someone tell what do i need to do to make the server connect > with SSL v3, or TLS ver 1????
Have you tried the SSLv23_method? it starts with a v2 Hello, then it upgrades to v3 or tlsv1 ... Regards, Cesc ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]