Android Mobile App - TLS not enabled error
We have installed self-signed certificate in our application server (Tomcat 8.5) by following the instructions given here: https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html
The application is working fine when accessed from the browser (we get a warning saying the certificate is not by a trusted authority which we can bypass). However, the Android mobile app throws an error - "TLS not enabled". Any suggestions to resolve this issue?