Hi:

Iīve faced the same problem.The true problem comes up when you want to
authenticate the remote server and in the process you resolve the IP of the
CN field of the certificate that he(the server) sends you during handshake
to see if its the same you are connected to.If this is the case (which
depends on how you program your verify_callback() function,or how your
client works) then that IPs are different, so full authentication canīt take
place.
If your client doesnīt resolve the certificate CN IP, there is no problem.I
have used methods as CONNECT, port mappings or SOCKS to go out trough proxy
servers with no problems.

Hope this helps.


----- Original Message -----
From: "M.Srikanth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 7:38 PM
Subject: SSL and proxy server


> guys,
> i am faced with a small problem. I am developing an ssl based
> application based on client - server model but one constraint i have is
> that the application shud work even if the client is behind a proxy.
> so i have to implement ssl and this needs to work even in the presence
> of a proxy. In the normal case there is no problem but i dont have an
> idea of how to proceed in this case.
>
> If ne one of u ppl out there has ne idea bout it... please gimme a piece
> of ur mind.
>
> srikanth
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

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

Reply via email to