> Hello all!
>
> I find some problem in OpenSSL when I use it for connecting to POP3s
> (POP3 over SSL/TLS, port 995) server. When I use command "retr" it's
> work fine. When I use "RETR" OpenSSL print some error.
>
> Computer: Cel-633, RAM 192, HDD 10Gb
> OS: WinXP SP2
> OpenSSL: OpenSSL 0.9.8a 11 Oct 2005 (from openssl.org)
> Compillers: MS VC 2003, MinGW (gcc version 3.4.2)
>
> Look at this:
>
> Servers: pop.yandex.ru or pop.pochta.ru
>
> C:\test\openssl-0.9.8a\out32dll>openssl s_client -connect
> pop.yandex.ru:995
> Loading 'screen' into random state - done
> CONNECTED(00000744)
The openssl 's_client' command is for debugging and testing only. You
can't
really use it to pass data reliably. I believe what's causing your problems
is that 'R' triggers a renegotiation and is not passed to the other side.
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]