VCO unable to send email due to SSL certificate issue. We will see errors regarding SSL certificate while sending test email from VCO.
We saw errors like "ERROR: 140161915472744:error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol:../deps/openssl/openssl/ssl/statem/statem_lib.c:1922:"
SDWAN Orchestrator
Version affected - Any version
Issue happens during verification of the SMTP side SSL certificate due to domain mismatch or any other reason.
We have to disable the SSL certificate verification for SMTP server by configuring below VCO system properties -
1) System property name - mail.smtp.tls
Data type - JSON
Value - { "rejectUnauthorized" : false }
2) System property name - mail.smtp.secureConnection
Data type - Boolean
Value - False
Change needs to be done using Operator Superuser from Orchestrator tab ---> System Properties