imap icon indicating copy to clipboard operation
imap copied to clipboard

Certification problem

Open lucasheise opened this issue 5 years ago • 2 comments

I keep getting this error: Certificate failure for outlook.office365.com: unable to get local issuer certificate: /C=US/O=DigiCert Inc/CN=DigiCert Cloud Services CA-1

no matter what server I try to use

Any idea?

lucasheise avatar Jan 15 '20 11:01 lucasheise

It seems your system doesn't have CA certificates to match server certificate with.

Slamdunk avatar Jan 24 '20 08:01 Slamdunk

Just use /novalidate-cert flag like:

$server = new Server('imap.your.server', 993, '/imap/ssl/novalidate-cert');

musichook avatar Jan 18 '22 13:01 musichook