hello everyone, I'm trying to configure system notifications for the rpa central OO orchestrator and I can't get it to work. I see in the logs the following message:
could not convert socket to TLS
Can you help me solve it?
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
hello everyone, I'm trying to configure system notifications for the rpa central OO orchestrator and I can't get it to work. I see in the logs the following message:
could not convert socket to TLS
Can you help me solve it?
Not sure if you ever figured this out, but I recently did. It seems it was trying to default to TLSv1.3, but needed to be forced to use TLSv1.2 instead. Try to add a new entry in the central-wrapper.conf file, e.g. "wrapper.java.additional.<XX>=-Dsystem.notifications.smtp.enabled.protocols=TLSv1.2" and then restart the service. Amazingly, after I did this I received a bunch of emails that had queued up over the months.