|
Enable logging of SSL URL's in squid access log
I am having issues to log complete URL's for ssl sites in my squid access log.
For ex: If I am accessing a site "https://example.com/test/test.php", my squid will log it as:
~~~~~~~~
1341110030.974 973 172.17.3.37 TCP_MISS/200 2361 CONNECT example.com:443 vineeth.v DIRECT/X.X.X.X -
~~~~~~~~
Is there anyway to enable squid to log the complete url which I am accessing in case of ssl sites?
Any help is appreciated.
Thanks,
|