Forums

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

confluence

Padmasree P
Contributor
September 24, 2018

how do I setup  https in confluence, I'm trying to install a new instance. I read below link, but it seems to be for confluence which is already set up. please help

https://confluence.atlassian.com/conf610/running-confluence-over-ssl-or-https-952623240.html

2 answers

0 votes
Sid
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.
October 3, 2018

@Padmasree P

Is this solved? Are you using any proxy/ load balancer in front?

0 votes
Nic Brough -Adaptavist-
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.
September 24, 2018
Padmasree P
Contributor
September 24, 2018

hi Nic,

i have manually installed confluence and I'm able to get the setup wizard when I try with ip:8443. but when I edit server.xml for https , site setup is not coming up with domain name

Nic Brough -Adaptavist-
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.
September 24, 2018

Ok.  What have you done incorrectly in your server.xml?

Padmasree P
Contributor
September 24, 2018

 Hi Nic, please find below server.xml entry, please help whether I have to correct anything

<Service name="Tomcat-Standalone">
<Connector port="8090" connectionTimeout="20000"
                   maxThreads="48" minSpareThreads="10"
                   enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
                   protocol="org.apache.coyote.http11.Http11NioProtocol"/>


<Connector port="8443" maxHttpHeaderSize="8192"
                   maxThreads="150" minSpareThreads="25"
                   protocol="org.apache.coyote.http11.Http11NioProtocol"
                   enableLookups="false" disableUploadTimeout="true"
                   acceptCount="100" scheme="https" secure="true"
                   clientAuth="false" sslProtocol="TLS" sslEnabledProtocol="TLSv1.2" SSLEnabled="true" URIEncoding="UTF-8" keystoreFile="/confluence.pfx" keystoreType="PKCS12" keystorePass="abcd"/>

Nic Brough -Adaptavist-
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.
September 24, 2018

Oh, hang on, "not coming up with domain name", but it does work when you use the ip address - it's nothing to do with your server.xml, you need to set up your network to name and route the domain correctly.

Padmasree P
Contributor
September 24, 2018

network mapping(DNS) is already done by the team. if I ping the dns name I'm able to get the correct ip. is my server.xml entry correct or should I edit it.

Nic Brough -Adaptavist-
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.
September 24, 2018

If you can ping, but you can't get to Confluence service, then your networking is blocking the access over that port.  It might also be a firewall on the confluence server.

Padmasree P
Contributor
September 25, 2018

Hi Nic,

network team confirmed that firewall is opened for the port 8443. is there anything else I should check on.please help

Nic Brough -Adaptavist-
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.
September 25, 2018

The rest of the networking system.  If the service is working on localhost, but not on the hostname, the networking is blocked.  It might not be a firewall.  What is the error message?

Padmasree P
Contributor
September 26, 2018

we are not getting any error, it just says page cannot be displayed.

Nic Brough -Adaptavist-
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.
September 26, 2018

Ok, so you need to find out what is blocking it on your network.  That error, combined with the fact it works locally, means the network is not letting the traffic through.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events