Hi all,

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 ?

Here is a snippet of my config file.

https_port 127.0.0.1:4443 accel \
    cert=/etc/certs/certificate \
    key=/etc/certs/key \
    options=NO_SSLv2,NO_SSLv3
...
cache_peer xyz.example.com parent 443 0 \
    no-query originserver \
    ssl forceddomain= xyz.example.com \
    login=PASS \
    sslcert=/etc/certs/certificate \
    sslkey=/etc/certs/key \
    ssloptions=NO_SSLv2,NO_SSLv3
...

I am running squid-3.4.4 on CentOS 6.

Thanks,
Hector
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to