You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Forgive me as I am a bit new to confluence. I am trying to install a SSL cert on our Confluence server but I can't seem to get it to work. I have followed the directions given here, https://confluence.atlassian.com/doc/running-confluence-over-ssl-or-https-161203.html , but I am sure I am still not doing something correctly. I reached out to support for assistance but was told that support cannot assist with SSL cert installs. Any help would be apprecieated.
So, If I uncomment the SSL section of the Server.xml. The windows service will not start. Below is the config change I made.
-->
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11Nio2Protocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1.2" sslEnabledProtocols="TLSv1.2" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass="<MY_CERTIFICATE_PASSWORD>"/>
<!--
I edited the server.xml file as follows. I think it has something to do with how I am trying to do the keystore. Unfortunately this a Windows server so I don't have the commands they use. Once I make the changes to port, and keystore it become completely inaccessible.
<!--
<Connector port="443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11Nio2Protocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1.2" sslEnabledProtocols="TLSv1.2" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass="Password"/>
keystoreFile="C:\Program Files\Atlassian\Confluence\conf\Keystore\tsConfluence.pfx
-->
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I take that back, it is accessible but only on port 80/HTTP. Version is 7.13.0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kevin Goforth ,
Welcome to Atlassian community.
Which version of confluence server is this? Share the exact issue details . If you are facing any error attach the error details as well. We will try assist you.
Thanks,
Srinath T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
7.13.0, not getting any error messages, I just can't figure out how to get the cert properly installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
What are you doing differently to what the docs say?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.