Sonarr version (exact version): 2.0.0.4949
Mono version (if Sonarr is not running on Windows): Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016)
OS: Ubuntu 14.04.5 LTS
((Debug logs)):
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:
I’m trying to send SMTP notifications from sonarr using SSL (port 587, SSL enabled). It connects to my SMTP server but immediately fails with a TlsException. Relevant statements from the log:
17-11-3 07:07:24.5|Error|EmailService|Error sending email. Subject: Sonarr - Test Notification
17-11-3 07:07:24.6|Error|EmailService|Unable to send test email
[v2.0.0.4949] System.Net.Mail.SmtpException: Message could not be sent. —> System.IO.IOException: The authentication or decryption has failed. —> System.IO.IOException: The authentication or decryption has failed. —> Mono.Security.Protocol.Tls.TlsException: Unknown server handshake message received (32)
Would upgrading to a newer version of mono resolve this? I’m hesitant to do that b/c I see a lot of older posts re: mono 5.x and TlsException.
Thank you.