Good morning everyone
I had configured TLS on a domino server following this instructions
https://www-304.ibm.com/support/docview.wss?uid=swg21108352
Everything was working fine until yesterday, when just one domain (so far) is giving me an error:
[1634:0014-12A0] 08/12/2014 09:41:19 AM [1634:0014-12A0] SMTPClient: Attempting to Connect: Host xxxxx.xxxxxxx.COM, Port 25, SSL Port 0, Connecting Domain mail.xxxxx.com
[1634:0014-12A0] 08/12/2014 09:41:19 AM [1634:0014-12A0] SMTPClient: Connection successful
[1634:0014-12A0] 08/12/2014 09:41:19 AM [1634:0014-12A0] SMTPClient: ReceiveResponse: 220 xxxxxxx.xxxxxxx.com Blah blah blah Mail Gateway
[1634:0014-12A0] 08/12/2014 09:41:19 AM [1634:0014-12A0] SMTPClient: CommandEHLO: EHLO mail.xxxxxxx.com
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: ReceiveResponse: 250-xxxxxxx.xxxxxxx.com Hello mail.xxxxxx.com (IP Address)
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: ReceiveResponse: 250-STARTTLS
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: ReceiveResponse: 250 SIZE
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: CommandSTARTTLS: STARTTLS
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: ReceiveResponse: 220 Ready to start TLS
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: SSL handshake error: 1046h
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: Attempting to Disconnect:
[1634:0014-12A0] 08/12/2014 09:41:21 AM [1634:0014-12A0] SMTPClient: CommandQUIT:
[1634:0014-12A0] 08/12/2014 09:41:22 AM [1634:0014-12A0] SMTPClient: ReceiveResponse: 500 Command unrecognized "
[1634:0014-12A0] 08/12/2014 09:41:22 AM [1634:0014-12A0] SMTPClient: Connection terminated with status: 15084
[1634:0014-12A0] 08/12/2014 09:41:22 AM Router: No messages transferred to xxxxxxx.xxxxxxx.com (host xxxxxxx.xxxxxxx.com) via SMTP: SSL Error: Invalid SSL message
I tried to google it, but I didn't find too much about this. This is the only domain wich I'm having problems with. Other domains are working fine.
I made a test on this site: http://www.checktls.com/perl/TestReceiver.pl?FULL
It seems OK too
Any advice?
Thank you