Hello 1. I have configured Apache (2.0.59) as forward proxy server using directives as below <IfModule mod_proxy.c> ProxyRequests On AllowCONNECT 80 7002 443 <Proxy *> Order deny,allow Allow from all AuthType Basic AuthName "Password Required" AuthUserFile "C:/Apache2.0/Apache2/passwords/password" Require user joe </Proxy> </IfModule> 2. I have made my browser (Mozilla) always use http and https proxy as proxymachine:80 3. When I connect using http://URL I get Authentication dialog and when entered right I can see all calls in access.log 4. When I connect using https://URL I get Authetnication dialog and see only CONNECT call in access.log and it is successful (200). Rest of the access doesn't seem to happen in the access.log. Are calls going through proxy server? (As I turn off the proxy server calls fail) but I don't see any access.logs. Can someone clarify? Appreciate any response to clarify this Thanks Uday --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx