-
-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control SSL/TLS supported protocols #229
Comments
MailKit currently restricts SSL/TLS connections to TLSv1.0 or higher (i.e. it does not allow SSLv3 or older). I've just added a public accessor to override the defaults. |
Thanks for the fast turn around. Did you realise your builds on windows aren't running according to your front page widget? |
There's some sort of NuGet breakage on AppVeyor wrt them installing Visual Studio 2015 that I have no idea how to fix or work around. It builds completely fine for me, though, and I also have Visual Studio 2015 installed. |
Something we have been doing for security recently is restricting the protocol that we will accept to a minimum from SSL 3.0, TLS 1.0 or TLS 1.1
Is there a way to reject connections based on the protocol in MailKit?
The text was updated successfully, but these errors were encountered: