We are currently in the process of getting Confluence to run over HTTPS. We are running windows server 2012 and are not using a reverse proxy. We have the cert installed and I have configured the server xml file so it is running over https, but we are getting the following error in the browser "this page is trying to load scripts from unauthenticated source". After checking the console in the developer tools of the chrome browser, the following error message was found.
"Confluence.domain.com was loaded over HTTPS, but requested an insecure script 'http:/confluence/synchrony-proxy/resources/js/vendor/sockjs.min.js'. This request has been blocked; the content must be served over HTTPS"
Hi David,
Did you find a way a fix this, we are facing same issue and request your inputs and steps to fix the same.
Thanks,
Balaji
Hi!
Looks like you will spend a lot of time for terminate to ssl.
Could you try to use revers proxy?
Because a lot of documentation based working with synchrony based on revers proxy. (e.g. nginx -> https://confluence.atlassian.com/confeap/running-confluence-behind-nginx-with-ssl-849150880.html)
You can see in this docs:
https://confluence.atlassian.com/doc/running-confluence-over-ssl-or-https-161203.html
a small quote:
Avoid removing thehttp
connector, as the Synchrony proxy health check, still requires HTTP. If you do not want to include thehttp
connector, you can use thesynchrony.proxy.healthcheck.disabled
system property to disable the health check. You should also not disable the internal Synchrony proxy (by setting thesynchrony.proxy.enabled
system property tofalse
) as this is known to cause problems when you're terminating SSL at Tomcat.
And please review your synchrony design below this docs
https://confluence.atlassian.com/doc/administering-collaborative-editing-858772086.html
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.