diff -Nuraw stunnel-5.74_O/tools/stunnel.conf-sample.in stunnel-5.74/tools/stunnel.conf-sample.in --- stunnel-5.74_O/tools/stunnel.conf-sample.in 2024-05-07 16:41:58.000000000 +0200 +++ stunnel-5.74/tools/stunnel.conf-sample.in 2025-01-01 15:26:30.000000000 +0100 @@ -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 common 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