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
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.