Re: [us...@httpd] Problem setting up SSL Proxy

2010-08-06 Thread Florian Lindner
Am Freitag 06 August 2010, 21:48:15 schrieb Joost de Heer: > On 08/06/2010 09:16 PM, Florian Lindner wrote: > > Hello! > > > > I want to set up an local ssl proxy. I have an certificate for > > *.centershock.net and want domains like xgm.de to be accessible with SSL. > > You do realise that only

Re: [us...@httpd] Problem setting up SSL Proxy

2010-08-06 Thread Joost de Heer
On 08/06/2010 09:16 PM, Florian Lindner wrote: Hello! I want to set up an local ssl proxy. I have an certificate for *.centershock.net and want domains like xgm.de to be accessible with SSL. You do realise that only the connection to the reverse proxy is encrypted? The connection from the pro

Re: [us...@httpd] Problem setting up SSL Proxy

2010-08-06 Thread Eric Covener
>         >                AddDefaultCharset off >                Order deny,allow >                Deny from all >                Allow from centershock.net >         > > Now I expect that I can access http://xgm.de/forum/ from > https://xgm.centershock.net/forum/ but all I get is a 403 error ever

[us...@httpd] Problem setting up SSL Proxy

2010-08-06 Thread Florian Lindner
Hello! I want to set up an local ssl proxy. I have an certificate for *.centershock.net and want domains like xgm.de to be accessible with SSL. System is Debian Lenny I added an rewrite entry to my SSL virtual host: RewriteEngine On RewriteLog /var/log/apache2/sslproxy.log