<br><font size=2 face="sans-serif">Hey Folks,</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; I
am trying to setup a reverse proxy, basically I have a web service running
on a server and I want to put it behind a squid reverse proxy. The application
is SSL encrpyted, I want the client (on the internet) to go through SSL
to the reverse proxy, then the reverse proxy to go SSL to the web application
(this is not neccesary since the proxy and web server are on the same lan
however it is currently setup this way).</font>
<br>
<br><font size=2 face="sans-serif">Here is my squid.conf</font>
<br>
<br><font size=2 face="sans-serif">http_port 8888</font>
<br><font size=2 face="sans-serif">httpd_accel_host 192.168.128.2</font>
<br><font size=2 face="sans-serif">httpd_accel_port 443</font>
<br><font size=2 face="sans-serif">httpd_accel_single_host on</font>
<br><font size=2 face="sans-serif">httpd_accel_with_proxy off</font>
<br><font size=2 face="sans-serif">httpd_accel_uses_host_header off </font>
<br>
<br>
<br><font size=2 face="sans-serif">when I do:</font>
<br><font size=2 face="sans-serif">https://reveseproxy.xxx.xxx:8888 </font>
<br>
<br><font size=2 face="sans-serif">It just times out. </font>
<br>
<br><font size=2 face="sans-serif">Is there a trick to get squid to do
SSL? &nbsp;I assume it's just expecting http not https from the client
to the reverse proxy?</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br><font size=2 face="sans-serif">Justin</font>
<br><font size=2 face="sans-serif"><br>
--<br>
Justin Bennett<br>
Network Administrator<br>
Dynabrade, Inc.</font>