Question
Question
The remote certificate is invalid according to the validation procedure
Answer
Hi Brian,
Thank you for the insight. This didn't turn out to be the issue, as the certificate was a SHA2 cert.
We did figure out the cause however. For Workflow to be able to use the SSL certificate, we had to switch the port to use port 587 rather than port 25. Interestingly, other applications such as SQL Reporting were able to connect using SSL on port 25, which had thrown us off.
Thanks again!
Replies
It's kind of a guess, but you may be running into SHA1 deprecation. Some clients will see it as a valid certificate while others will not.
Hi Brian,
Thank you for the insight. This didn't turn out to be the issue, as the certificate was a SHA2 cert.
We did figure out the cause however. For Workflow to be able to use the SSL certificate, we had to switch the port to use port 587 rather than port 25. Interestingly, other applications such as SQL Reporting were able to connect using SSL on port 25, which had thrown us off.
Thanks again!