Hi,
Where you configured https in proxy or tomcat?
You can change scheme=https to http in server.xml
Hi
I think it's tomcat, a rappid ssl cert was used but has now expired.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
<Connector SSLEnabled="true" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true"
enableLookups="false" keyAlias="tomcat" keystoreFile="/home/sysadmin/.keystore" keystorePass="xxxxxx"
clientAuth="false" keystoreType="JKS" maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150" minSpareThreads="25"
port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https" secure="true" sslProtocol="TLS" useBodyEncodingForURI="true"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.