What ?
At the attempt to connect JIRA and reporting security bugs - an error message appears:
SSL_connect returned=1 errno=0 state=error: certificate verify failed
JIRA is started in the enterprise network, and the certificate is signed through internal corporate CA.
RootCA + InterCA was added to the docker container, but still "certificate verify failed".
I checked on JIRA Cloud - everything is works correctly.
In the certificate:
CN (commonName) = jira.company.com, but SAN (DNS Name) = *. company.com
Perhaps it is a problem?