Hi,

We have configured OVN with SSL which is working while using SSL from third party. When we implement self-signed certificate, it shows certificate verification failed in logs.

ERROR LOG:
2021-11-10 10:11:14.703 88854 ERROR neutron.service OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]

By using openssl verify command selfsigned server is showing verified.


openssl verify -verbose -CAfile <self-signed-cacertificate>.pem  <main>.crt