I have a Tomcat server on Ubuntu. In Ubuntu, HTTPS works without a problem. On Tomcat however, if I go to a page on it in Chrome I get that this page is not secured right (on Tomcat, but in Ubuntu the pages are good).
Also, In Android, If I try to get to a page on Tomcat in GET it succeeds, but fails in POST with javax.net.ssl.SSLHandshakeException: Handshake failed
.
What can I do? Should I replicate my keystore somehow (I created the keystore for Tomcat on my computer)?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.