Transparent proxy a SSL

Martin Straka straka na fido.cz
Pátek Prosinec 27 14:52:12 CET 2002


Maštalíř Jan wrote:

> Mám představu. Transparentní proxy naslouchající na https a forwardující
 > http dotazy na vnitřní http server po 80-ce. Myslíte že je to řešitelné
 > na Linuxu???

Napr. apache, mod_ssl, mod_proxy:

ProxyRequests        on
NoCache              *

<Directory proxy:*>
Order Deny,Allow
Deny from all
</Directory>

<Directory proxy:http://in-server/*>
Order Deny,Allow
Deny from all
Allow from all
</Directory>

<VirtualHost 1.2.3.4:443>
SSLEnable
ProxyPass               / http://in-server:80/
ProxyPassReverse        / http://in-server:80/
</VirtualHost>


Martin Straka



Další informace o konferenci Linux