Skip to content

Conversation

@stefano99
Copy link

Add HTTP settings for encoded URL characters in Traefik. This fixes an issue with Collabora not being able to open files, specifically giving the error:

Failed to establish socket connection or socket connection closed unexpectedly. The reverse proxy might be misconfigured, please contact the administrator. For more info on proxy configuration please checkout https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html

Add HTTP settings for encoded URL characters in Traefik.
This fixes an issue with Collabora not being able to open files.

Signed-off-by: stefano99 <[email protected]>
@szaimen szaimen added 3. to review Waiting for reviews documentation Improvements or additions to documentation labels Dec 8, 2025
@szaimen szaimen added this to the next milestone Dec 8, 2025
Copy link
Collaborator

@szaimen szaimen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks but please use spaces instead of tabs. Also can this be added under the https key or does it really need to use the http key?

@szaimen szaimen added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Dec 8, 2025
@stefano99
Copy link
Author

I'll edit the PR and swap the tabs for the spaces.

Regarding the http key, it's used to define http options, so I don't think it exists a https key.
I tried substituting it with https in my config and traefik didn't start.
In my config, I also have tls: true added under the http key for the https entrypoint (also called websecure in some guides), to enable tls on every router added to that entrypoint. In the docs it's added in the router (lines 902 in main or 907 in pr), so I believe it's the same: in both cases, the connection is https.

Substituted tabs with spaces

Signed-off-by: stefano99 <[email protected]>
@stefano99
Copy link
Author

Ok I should've removed all the tabs and used only spaces.
Sorry for the mess, but it's my first contribution and i'm not used to github!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developing Work in progress documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants