I just tried setting up HTTPS for my Confluence but it didn't work at all. After restarting the Confluence service "nmap -sT -O localhost" just shows me port 8090 but not 8443. I followed the instructions on https://confluence.atlassian.com/display/DOC/Running+Confluence+Over+SSL+or+HTTPS. Regular
What do I have to do to open port 8443 on localhost?
THX BKS
Please check if you don't have firewall or selinux enabled. Check if port 8443 is open by netstat.
And check if you uncommented this section: (<
Connector
port
=
"8443"...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The connector is uncommented as it should be and I restarted the confluence service properly after editing the server.xml file. Here are the contents of my server.xml file ([PASSWORD] acts as a placeholder, on my server I entered the correct password).
<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="/home/confluence1/.keystore"/>
SElinux is set to SELINUX=enforcing and SELINUXTYPE=targeted. Is this correct?
"netstat -anp | grep 8443" gives me nothing. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The netstat is telling you there's nothing listening on that port. Your connector config looks ok, so the logical conclusion is that Confluence isn't started.
What do the Confluence application and the catalina.out logs say?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"so the logical conclusion is that Confluence isn't started."
Nope, my Confluence is running properly. There is a process running and I can access my Confluence via browser - so it's there! ;) But only on port 8090.
I found the problem: I have to mention that I reinstalled Confluence porting it from the embedded database to a PostgreSQL database. There are two installation paths, one "/var/atlassian/application-data/confluence/" and another to "/var/atlassian/application-data/confluence_postgresql/". My Confluence is using the PostgreSQL Database (I checked it at the Confluence system information page) so it uses the postgresql-path as installation path.
BUT I had a little typo during the installation and I assumed my Confluence configruation path as "/opt/atlassian/confluence" but it is named "/opft/atlassian/confluence_postgresql". Now after editing the correct server.xml nmap shows me that there is something listening on 8443. :)
Thanks for your help and sorry for causing any inconvenience or confusion! (However, I cannot access my Confluence via browser on port 8443 but I assume that there is some work to do with the firewall.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I have the same problem, the 443 port is open in my amazon vm but nothing, my JIRA is not loading!
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.