bertjohnson / OpaqueMail

.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.

Home Page:https://opaquemail.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal CA?

beppe9000 opened this issue · comments

I am trying to send a mail through a smtp server whose ssl certificate is bound to the main domain, and not the "smtp.theserver.com" smtp service.

I have trouble getting past the exception for bad certificate. Is there any way I could "whitelist" this specific certificate?

turns it is not opaquemail's fault. Happily, because Opaquemail bases on dot.net facilities i have been able to override the standard certificate check to allow the specific certificate (hash checking it)