On Mon, Nov 17, 2008 at 08:37:05PM +0530, Sugandh Rakha wrote: > I am using openssl to make HTTPS connection to other-websites. Now I want to > make these connections via a proxy server. > Any ideas?
Make the proxied connection, then start TLS on the already connected socket. The OpenSSL library does not AFAIK include code to make the proxied connection, so you do that by other means. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]