You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Guan Yang <gu...@unicast.org> on 2002/04/25 17:49:48 UTC

mod_ssl and ProxyPass

I am using Apache 2.0.35 (configured using --enable-ssl 
--enable-proxy) and I am having some problems with using ProxyPass 
over an SSL-encrypted server.

For example, here are the relevant lines from ssl.conf:


<VirtualHost _default_:443>

#  General setup for the virtual host
DocumentRoot "/var/apache2/htdocs"
ProxyPass /hello http://unicast.org/
ServerName npcomplete.unicast.org:443
ServerAdmin you@your.address
.
.
.


(nothing else has been changed)

https://unicast.org/ works fine (you can test it), but when I try to 
access https://unicast.org/hello/ it doesn't work. The browser simply 
times out.

Can anyone help me?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org