Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence synchrony via reverse proxy

Firas hammami June 23, 2021

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

1 answer

0 votes
Fabian Lim
Community Champion
December 25, 2021

Hi @Firas hammami

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events