Network Error Webtop 5

NethServer Version: 7.6.1810
Module: Webtop 5.5

Hi all, I’m getting error on Webtop 5.5 and I don’t know what to do. Anyone has got the same problems? Thanks.

d970f1fc4cc50f85095984e946456fc3ba5c10a7

Please give some more informations about your problem.

I’ve solved. It was a problem due to Reverse Proxy configuration.
I’ve added these lines.

RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
RewriteRule .* wss://10.100.100.5%{REQUEST_URI} [P]
1 Like

Could you mark your answer as solution please.