Ttimeout when trying to connect to an non-SSL port ?

2001-05-02 Thread Rainer Kaufmann
Hi, me again :-) I'm running into serious problems when trying to connect to a server which does know nothing about SSL. I.e. connecting to a telnet server with the following code snippet seems to run into an infinite loop. --- SSL_METHOD* pSSLMeth; X509* pcrtCertificate; //

Re: Ttimeout when trying to connect to an non-SSL port ?

2001-05-02 Thread Greg Stark
] _ - Original Message - From: Rainer Kaufmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 11:34 AM Subject: Ttimeout when trying to connect to an non-SSL port ? Hi, me again :-) I'm running into serious problems when