<div dir="ltr">My goal is to accept ssl requests/connections from wan, decrypt them and forward the decrypted requests/connection to apache web server over port 80.  Below, is my configuration to accomplish that.  However, it appears that the requests/connections from squid to apache web server are encrypted.  I am not sure why.  How do I make it decrypted?<div><br></div><div><br></div><div><div style="font-size:13px">https_port 443 cert=/etc/ssl/certs/webfarm.crt key=/etc/ssl/private/webfarm.key accel vport options=ALL</div><div style="font-size:13px"><br></div><div style="font-size:13px">cache_peer 192.168.3.108 parent 80 0 no-query originserver login=PASS front-end-https=on name=cmm2Server</div><div style="font-size:13px"><br></div><div style="font-size:13px">acl cmm2 dstdomain [my domain]</div><div style="font-size:13px">cache_peer_access cmm2Server allow cmm2</div><div style="font-size:13px">never_direct allow cmm2</div><div style="font-size:13px"><br></div><div style="font-size:13px">http_access allow cmm2</div></div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px">Thanks in advance</div></div>