Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot open confluence using port 8443 using SSL

Andrew Balmer July 30, 2020

Hello, 

I have recently installed Confluence and I am trying to access via port 8443 using SSL certificate and it seems to not access the base URL. 

This is my connection string in F:\Confluence\conf\server.xml location 

<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocols="TLS" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass=""
keystoreFile="F:\Confluence\conf\Confluence_Keystore.keystore"/>

 

I can access my base URL using port 8090 and localhost:8090 but not on 8443.

When doing 'netstat -ano' I cannot see port 8443 being advertised, however Confluence service is running 

Could someone help me what could be the issue here?

 

 

1 answer

1 accepted

0 votes
Answer accepted
repi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2020

@Andrew Balmer 

What is the format of the keystore?
Is it in PKCS12 format?
Then also enter: keystoreType = "PKCS12"

Are there any error messages in the atlassian-confluence.log?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.4.0
TAGS
AUG Leaders

Atlassian Community Events