How can i proxy SSL requests over a firewall ?

How can i proxy SSL requests over a firewall ?

Post by Philipp Nyffenegg » Fri, 10 May 1996 04:00:00



Is there a way a to proxy SSL-Requests from clients behind a Firewall ? I've already heard of
Netscape Proxy Server but i'm looking for a noncommercial solution.
Can the new Apache-Server handle SSL-Requests run as a proxy ?
Any help is welcome...

Regards,

Philipp Nyffenegger

 
 
 

How can i proxy SSL requests over a firewall ?

Post by HSIAO Hsuei-che » Fri, 10 May 1996 04:00:00



:Is there a way a to proxy SSL-Requests from clients behind a Firewall ? I've already heard of
:Netscape Proxy Server but i'm looking for a noncommercial solution.
:Can the new Apache-Server handle SSL-Requests run as a proxy ?
:Any help is welcome...

Points your URL to http://www.nlanr.net/Squid/

 
 
 

How can i proxy SSL requests over a firewall ?

Post by Andrew Gillh » Sun, 12 May 1996 04:00:00




>Is there a way a to proxy SSL-Requests from clients behind a Firewall ? I've already heard of
>Netscape Proxy Server but i'm looking for a noncommercial solution.
>Can the new Apache-Server handle SSL-Requests run as a proxy ?
>Any help is welcome...

There is a patch for CERN that does this...

-Andrew
--
------------------------------------------------


Whirlpool Corporation = http://www.whirlpool.com

 
 
 

1. Problem with Reverse Proxy of SSL Requests

Help,

Trying to set up reverse proxy for two IP-based Virtual Hosts using
Apache 1.3.4-dev.  Works fine for HTTP requests, but HTTPS requests get

containers?

# This one works!
<VirtualHost              1.2.3.4>
ServerName               wwwa.server.dom
ProxyPass                   /       http://wwwa.server.dom/
ProxyPassReverse      /       http://wwwa.server.dom/
</VirtualHost>

#This one doesn't.
<VirtualHost 1.2.3.5:443>
ServerName              wwwb.server.dom
ProxyPass                  /       https://wwwb.server.dom:443/
ProxyPassReverse      /       https://wwwb.server.dom:443/
</VirtualHost>


 Is anyone doing this successfully?  Any help will be appreciated.

Thank you,
Liz

2. can i ftp multiple dir at once

3. https ssl proxy with TIS firewall?

4. problem ftping into linux machine

5. Canned Proxy URLs to Filter

6. Kmail and Netscape

7. does anyone have the ssl proxy patch for the tis firewall toolkit?

8. Zip SCSI on 2.5 | Multi-session CD

9. ftp client proxy ms proxy firewall http proxy unix

10. how do i forward requests from inside of my firewall to an external proxy?

11. SSL proxy for clients uncapable of SSL

12. SSL -> [Apache] -> proxy gateway -> No-SSL

13. Proxy over Proxy - SSL possible?