>       The problem is that you send 'ssl on', then immediately switch to SSL 
> mode,
>and then send the first part of the SSL handshake. When the server goes to
>receive the data, it receives 'ssl on\n<SSL handshake>' and recognizes the
>'ssl on' and turns on SSL mode. But that chunk of the SSL handshake has
>already been received and bypasses the SSL engine because it wasn't enabled
>at the time the data was sent.
>  
>
You sir, are the man. I don't know why I didn't think about that.
Insuring that the server's SSL Engine is established before the client
ever begins the handshake fixed it! I've been banging my head against a
wall for many hours over this one :) Many thanks!

- Russ
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to