-
Bug
-
Resolution: Fixed
-
High
-
None
-
6.0.0-beta3
-
5
-
Severity 2 - Major
-
When using AMPS to run Confluence for Development Synchrony doesn't seem to listen to HTTPS connections. I can go to http://localhost:8095/synchrony/resources/js/vendor/sockjs.min.js just fine, but I need to access confluence via HTTPS in order for it to interoperate with my add-on. Configuring Confluence to listen on HTTPS is quite simple, I just uncomment the https connector (defaults to port 8443) in Tomcat's server.xml. How do I make Synchrony listen on HTTPS?
To clarify, I'm not using any kind of external proxy. All I do to access confluence via HTTPS is by enabling the connector in tomcat's config file and going to https://dmitry.office.lucidchart.com:8443/confluence
Looks like the synchrony.proxy.enabled flag is false by default when I create a confluence insance with atlas-debug. I flipped it on and restarted confluence. That didn't seem to have an effect:
- https://dmitry.office.lucidchart.com:8443/synchrony-proxy/resources/js/vendor/sockjs.min.js returns a 404 with empty body
- The client still tries to openhttps://dmitry.office.lucidchart.com:8095/synchrony/resources/js/vendor/sockjs.min.js