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
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
>
> 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
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