typesafe / mnailgun

A simple .Net wrapper library for the Mailgun API that allows you to send messages, create web hooks, manage mailboxes, etc. with minimal effort.
Other
35 stars 25 forks source link

TLS requirements..... #27

Open natiki opened 7 years ago

natiki commented 7 years ago

Hi,

I recently hardened my server to only allow use of TLS 1.2 and in doing so the wrapper stopped working throwing an exception of "Object Not Found". Loosening things made it all work again.

Do you know/use a minimum SSL or TLS version when making the connection to MailGun?