Hi All,
I just sysupgraded my OpenBSD desktop and also updated mutt to mutt-2.1.3v3-gpgme-sasl. At start time the new mutt version failed to connect to the IMAP server with an error: > SSL failed: error:14007086:SSL routines:CONNECT_CR_CERT:certificate > verify failed When I then deleted the file ~/.mutt/certs/server_certificates (set as certificate_file in muttrc) and restarted mutt, it worked. I.e. mutt prompted me if I wished to accept the servers certificate, I answered with "a" (to accept) and my inbox messages were displayed. If I then quit mutt and restart, mutt again fails with the same SSL error. It won't connect again until that (new) certificate file is once again deleted. It seems that mutt is somehow unable to use the certificate file that it itself created in the preceding session. Nothing has changed on the server side. The content of the certificate file is identical to that created by the previous version of mutt. Thoughts? Cheers, Robb. mjoelnir:certs 20.10 18:01:06 % pwd /space/home/robb/.mutt/certs mjoelnir:certs 20.10 18:01:08 % l total 80 -rw------- 1 robb robb 4842 Apr 10 2015 certificates_old -rw------- 1 robb robb 7076 Jun 4 2015 ca_certificates.crt -rw------- 1 robb robb 7101 Oct 11 2015 server_certificates_20211019_MOVED -rw------- 1 robb robb 3577 Oct 19 22:41 server_certificates_fail -rw------- 1 robb robb 3577 Oct 20 16:45 server_certificates mjoelnir:certs 20.10 18:01:11 % sha256 server_certificates_fail server_certificates SHA256 (server_certificates_fail) = 4804cf6a5de7515916a69f0d078944d77a9194d33f91978a4da8a954bf4ebeca SHA256 (server_certificates) = 4804cf6a5de7515916a69f0d078944d77a9194d33f91978a4da8a954bf4ebeca
