OpenSSL client through proxy

2008-02-26 Thread Andrey Petrashenko
Hello. I have to connect to my OpenSSL server through proxy server. How can I establish this connection? Thanks. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: OpenSSL client through proxy

2008-02-27 Thread Andrey Petrashenko
26.02.08, 23:23, [EMAIL PROTECTED]: > Hello, > > I have to connect to my OpenSSL server through proxy server. How can I > establish this connection? > Establish tcp connection through proxy (connect, socks5, transparent, > reverse or any other) > and next run SSL on this tcp connection. > Bes

Re: OpenSSL client through proxy

2008-02-27 Thread Andrey Petrashenko
Excuse me that my question is too much general. The situation is like this: I have a client computer in a local network that is behind proxy server so it can not see a SSLServer directly. The SSL server is in Internet area. The type of proxy server is HTTP proxy. The task is a SSL data communic

Browser and SSL server

2008-08-15 Thread Andrey Petrashenko
Hello. I have a task to exchange data between an web-browser and my openssl-based SSL server on local system. As for a SSL-server I should provide SSL certificate but I can't because the name "localhost" is not trusted by default and it's impossible to get authorized certificate. It's not good to w