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.
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:
scheme="https" proxyName="APP.DOMAIN.org" proxyPort="443"
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.