Hi,
Trying to install an SSL certificate on 8.5.57.
Once created the cert files, and with a jks available, and set in a
connector into server.xml file, cannot connect to the page.
The connectors code is
'''
<Connector port="8443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150"
SSLEnabled="true"
scheme="https"
secure="true"
clientAuth="false"
sslProtocol="TLS"
keystoreFile="/opt/tomcat/certificat/app.aprenonline.eu.jks"
keystoreType="JKS" keystorePass="***"/>
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
'''
When trying to connect from the browser, the status bar says "trying to
make a secure connection..." but it hangs at this pont.
Any help would be appreciated
Carles