diff -ur stunnel-5.60.orig/tools/stunnel.conf-sample.in stunnel-5.60/tools/stunnel.conf-sample.in --- stunnel-5.60.orig/tools/stunnel.conf-sample.in 2021-02-10 05:39:36.000000000 +0000 +++ stunnel-5.60/tools/stunnel.conf-sample.in 2021-11-19 16:42:59.646951934 +0000 @@ -54,7 +54,7 @@ ; ***************************************** Example TLS client mode services -; The following examples use /etc/ssl/certs, which is the common location +; The following examples use /etc/certs/CA, which is the OpenIndiana location ; of a hashed directory containing trusted CA certificates. This is not ; a hardcoded path of the stunnel package, as it is not related to the ; stunnel configuration in @sysconfdir@/stunnel/. @@ -64,7 +64,7 @@ accept = 127.0.0.1:110 connect = pop.gmail.com:995 verifyChain = yes -CApath = /etc/ssl/certs +CApath = /etc/certs/CA checkHost = pop.gmail.com OCSPaia = yes @@ -73,7 +73,7 @@ accept = 127.0.0.1:143 connect = imap.gmail.com:993 verifyChain = yes -CApath = /etc/ssl/certs +CApath = /etc/certs/CA checkHost = imap.gmail.com OCSPaia = yes @@ -82,7 +82,7 @@ accept = 127.0.0.1:25 connect = smtp.gmail.com:465 verifyChain = yes -CApath = /etc/ssl/certs +CApath = /etc/certs/CA checkHost = smtp.gmail.com OCSPaia = yes