What do I need to do, to have my server listen on port 8443?

Jonathan Brunk June 6, 2017

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"/>

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events