I'm using squid-3.0-PRE3-20040108.
Want to do:
Browser --SSL--> Squid --SSL--> OWA
Here's my config:
visible_hostname klinger.algorithmics.com
cache_mgr dwinkler@algorithmics.com
https_port 443 cert=/opt/squid/etc/torxm.algorithmics.com.crt key=/opt/squid/etc/torxm.algorithmics.com.key cafile=/opt/squid/etc/cacert.crt defaultsite=torxm.algorithmics.com
cache_peer torxm.algorithmics.com parent 443 0 no-query ssl proxy-only sslcert=/opt/squid/etc/torxm.algorithmics.com.crt sslkey=/opt/squid/etc/torxm.algorithmics.com.key sslversion=2 sslflags=DONT_VERIFY_PEER
ssl_unclean_shutdown on
hierarchy_stoplist cgi-bin ? .dll
acl QUERY urlpath_regex cgi-bin \?
acl OWA urlpath_regex \.dll
no_cache deny QUERY
no_cache deny OWA
acl all src 0.0.0.0/0.0.0.0
acl all-dst dst 0.0.0.0/0.0.0.0
http_access allow all
http_access allow all-dst
http_reply_access allow all
http_reply_access allow all-dst
Here's my access.log:
1074094727.641 4383 10.1.10.103 TCP_MISS/501 368 GET https://torxm.algorithmics.com/dwinkler.htm - ANY_PARENT/torxm.algorithmics.com text/html
Why do I get the 501 error?
If I try to retrieve the page without squid it works.
Thanks,
Derek Winkler
Received on Wed Jan 14 2004 - 11:09:08 MST
This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:06 MST