Andrei T wrote:
I tried configuring apache as a tunneling proxy through https, but in
this scenario apache would not recognize the CONNECT request and would
not establish a tunnel to the target server.
I actually found that this is a known issue with apache:
https://issues.apache.org
Matus UHLAR - fantomas wrote:
On 21.01.10 18:33, Andrei T wrote:
I am trying to connect to apache through SSL (port 443) and tell it to
create a tunnel to some other server listening on port 80.
why a tunnel? Who would create the tunnel? While It's possible, I don't know
of any br
apache is not working even without them. My
understanding that client certificate verification is possible only
through an SSL connection. That's why I am trying to make apache run in
HTTPS mode for proxying.
On Thu, Jan 21, 2010 at 12:35 PM, Andrei T <mailto:magistra...@hot.ee>> w
:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl.crt/server.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/server.key
Any help would be appreciated.
Thanks,
--
Andrei T
-
The official User-To