We are having trouble with the https (port 8443) connection on an app that runs on Tomcat 7. The app is running fine on http (port 80) now. I have uncommented the \"Define a SSL
I had this issue when working with Tomcat 9.0 and Ubuntu 18.04.
For me it was typo in my connection settings, I had to copy a working one from a server to this server, and then modified it accordingly:
Note: I confirmed that the certificates were working very fine.
That's all
I hope this helps