JIRA 9.1 with a server that was working fine with Oracle Linux 7.9, but is no longer working after the upgrade to Oracle Linux 8..10.
In /opt/atlassian/jira/logs/catalina.out, I am seeing the following:
The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/opt/atlassian/jira/lib:/opt/atlassian/jire/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib]
I did successfully add /opt/atlassian/jira/lib to the start of the java.library.path
I did the installation of Apache Tomcat Native library and this library is located in /opt/atlassian/jira/lib. When I go into that lib directory, I see
Should the libtcnative libraries be jar files?
When users open their browsers to the URL, they see
Bad Request
This combination of host and port requires TLS.
/opt/atlassian/jira/conf/server.xml has the following:
thank you