Hi All,
I am trying to connect to a SSL server from behind proxy and using the
following code.
SS_library_init();
SSL_load_error_strings();
BIO*Socket= BIO_new_connect(proxy::port);
If(BIO_do_connect(Socket))
{
Char*Data = CONNECT abc.com:80 HTTP/1.0\r\n\r\n;
BytesS
On Fri, Mar 11, 2005, Aftab Alam wrote:
> Hi All,
> I am currently able to communicate with HTTP servers using proxy
> successfully using openssl but I am unable to figure out the way to
> communicate with HTTPs servers using proxy.
>
> Pleae help me out regarding this issue.
>
>
You need to c
Please post the answer to this on the board and not privately. I would
like to know as well. The samples are not useful.
M
-Original Message-
From: Aftab Alam [mailto:[EMAIL PROTECTED]
Sent: Friday, March 11, 2005 7:49 AM
To: openssl-users@openssl.org
Subject: SSL communication behind
Hi All,
I am currently able to communicate with HTTP servers using proxy
successfully using openssl but I am unable to figure out the way to
communicate with HTTPs servers using proxy.
Pleae help me out regarding this issue.
Regards,
Muhammad Aftab Alam
___