View Single Post
  #3   (View Single Post)  
Old 26th September 2016
fvgit's Avatar
fvgit fvgit is offline
Spikes in tights
 
Join Date: May 2016
Location: perl -MMIME::Base64 -le 'print decode_base64("U2hlcndvb2QgRm9yZXN0")'
Posts: 314
Default

Quote:
Originally Posted by shep View Post
I narrowed it down to a lack of certificates in /etc/ssl/cert.pem.

(...)

It would have been nice to just add the certificates for my email provider.
I'm just testing my setup, but like you, my email provider's certificate wasn't included in /etc/ssl/cert.pem.

I added it as a separate file:
Code:
/etc/ssl/myprovider.pem
and then did the obligatory:
Code:
openssl certhash /etc/ssl/
Worked for me.
Reply With Quote