hi; I have a squid3 (juni/2004) in my DMZ in front of a IIS 5.x which hosts a GIS Application. squid adds SSL and removes some other probs i would get with the IIS in the dmz. The problem is that the IIS app only works with a shortname (its netbiosname) of the internal machine. Here are the relevant changes i made to the squid.conf :
(1)# use ssl and provide vhost support https_port 443 cert=/usr/local/etc/squid/squid.pem defaultsite=extern.visible.tld accel vhost (2)# contact peer at over port 80 with name=xxx cache_peer 192.168.x.y parent 80 0 no-query proxy-only originserver login=PASS front-end-https=on forceddomain=int.dom name=shortname (3) redirect_rewrites_host_header off (4) Some ACL stuff to get things going. .... Whatever i do - i can connect fine from outside but allways get the message the document couldn't be found. Any idea whats wrong or should be changed ? PS S similar squid.cof setup worked perfect with OWA and IIS samples stuff as testsuite. Only difference was that my testserver was not setup for virtual servers - so vhost (1) and name (2) was left out. Please respond to [EMAIL PROTECTED] thx in advance ; hb
