Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you might find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hello
I have conluence running behind a reverse proxy, I added the synchrony configurations like that:
RewriteEngine On
RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port "9081"
RewriteCond %{REQUEST_URI} !^/synchrony
# RewriteRule RewriteRule ^/(.*) /synchrony/$1 [PT]
# RewriteRule ^/(.*) https://t-back-confluence.dev.e::13443/$1 [P]
# ProxyPass /synchrony https://t-back-confluence.dev.e8091/synchrony
ProxyPassReverse /synchrony https://t-back-confluence.dev.e:8091/synchrony
# <Location /synchrony>
# Require all granted
# RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
# RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
# RewriteRule .* ws://td8se-back-confluence.dev.echonet:8091%{REQUEST_URI} [P]
# </Location>
# SSLClientAuth Optional
ProxyPass / https://t-back-confluence.dev.e:13443/
ProxyPassReverse / https://t-back-confluence.dev.e:13443/
I always get a proxy error, the confluence port is 13443
Have you any idea please?
regards
Check out this guide and hopefully you will be able to find the root cause. Link: https://confluence.atlassian.com/doc/troubleshooting-collaborative-editing-858772087.html
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.