SMTP connection to Azure SMTP with SSL throws an error:
exec command error: request to pd server code 500 error: 08B21A9C627F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:…/deps/openssl/openssl/ssl/record/ssl3_record.c:354:
Azure communication service requires SSL for standard SMTP connection.
Is it a bug, or I am doing something wrong.
Sorry for the delayed response. I tested the SMTP node multiple times, and everything is working correctly. I wasn’t able to reproduce your error, so it’s possible there might be an issue with how the fields were filled out. Could you please share a link to your unsuccessful attempts? We will examine the logs in detail to determine what went wrong.
Please send me a direct message with a link to the scenario (or the run from your history) and the email address associated with your Latenode account.
I also want to point out the recommended settings for smtp.azurecomm.net when using port 587. In the screenshot, you can see the following fields:
Reject Unauthorized Certificates: false (or true if you’re using trusted certificates from a recognized Certificate Authority)
Azure Communication Services requires STARTTLS on port 587, which is why Use Explicit TLS must be set to true. If Use Secure Connection (TLS) is set to true, the client will attempt implicit TLS, which the server does not support.