<div dir="ltr"><div><div><div>Hi all,<br><br></div>I have a question about the CA file for SSL certificates.  If I don't specify anything for CA, what is default CA certs that squid will use for the cache_peer ?<br><br></div><div>Here is a snippet of my config file.<br><br>https_port <a href="http://127.0.0.1:4443">127.0.0.1:4443</a> accel \<br>    cert=/etc/certs/certificate \<br>    key=/etc/certs/key \<br>    options=NO_SSLv2,NO_SSLv3<br>...<br>cache_peer <a href="http://xyz.example.com">xyz.example.com</a> parent 443 0 \<br>    no-query originserver \<br>    ssl forceddomain= <a href="http://xyz.example.com">xyz.example.com</a> \<br>    login=PASS \<br>    sslcert=/etc/certs/certificate \<br>    sslkey=/etc/certs/key \<br>    ssloptions=NO_SSLv2,NO_SSLv3<br>...<br></div><div><br></div>I am running squid-3.4.4 on CentOS 6.<br><br></div>Thanks,<br>Hector<br><div><div><br><br></div></div></div>