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.
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.
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]
Could you mark your answer as solution please.