Forums

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

configuring SSL

How do I import a PFX certificate to the storage?

I tried to disable Https and make a certificate on nginx, but I am redirected from 8090 to 8443 for some reason constantly and the site does not open.

1 answer

0 votes
Daniel Eads
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 10, 2020

Hi @Алексей Викторович Васильев ,

If you have nginx available, I would try working on getting HTTPS termination happening there and using it as a proxy for Confluence. Here's the ideal configuration:

  1.  nginx listens on ports 80 (redirect to 443) and 443 (HTTPS). Connects to Confluence over port 8090
  2. Confluence listens on port 8090, and has these values in the active connector in its server.xml file
           scheme="https"
           proxyName="APP.DOMAIN.org"
           proxyPort="443"
  3. Confluence's base URL inside the application is listed as "https://<yoururl>"

Although it's nearly 4 years old, I have a sample nginx configuration for Confluence that you can look at here.

If you get stuck, I'm happy to look at your server.xml file or the active nginx server for your Confluence proxy. You could post those here, or use a service like pastebin if the files are longer than you want to post on Community. Let me know if I can help out!

Cheers,
Daniel

Suggest an answer

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

Atlassian Community Events