I am in the process of moving confluence to https. I already generated a self'signed cert and renamed the .keystore to confluence.keystore. I removed comment on SSL section in server.xml. I have port set to 8443. I pointed to the .keystore file. When I restarted confluence, I am unable to reach the site on https://***:8443. I did a netstat and the server isn't listening on 8443. What am I missing?
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass="password"
keystoreFile="C:\location\.keystore"/>
Hi,
Here is a complete guide how to set up Confluence over SSL / HTTPS
https://confluence.atlassian.com/doc/running-confluence-over-ssl-or-https-161203.html
Please check and verify step by step if everything is correctly configured at your end.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.