We have setup squid proxy for outbound connection from one our SAP servers to few services on internet.While basic auth (username and password) works perfectly with this setup, we are struggling to get it working with cert based authentication.Certs are in p12 format.This is what our squid config looks likeacl sap src 0.0.0.0/0
acl whitelist dstdomain "/etc/squid/sites.whitelist.txt"
acl safeports port 443 # https
acl safeports port 80 # http
acl CONNECT method CONNECT
http_access allow safeports sap whitelist
http_access deny !safeports
http_access deny CONNECT !safeports
http_access deny all
http_port 3128
Any pointers are highly appreciated.
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users