This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit 634eb4c0879828b387d1d4aa0eae97b18f0ac59c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 23 17:05:03 2021 +0200 src/x2gohtmlclient.js: Switch to ws:// (unencrypted) for a start, SSL support for the complete package will be re-introduced soon. --- src/x2gohtmlclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x2gohtmlclient.js b/src/x2gohtmlclient.js index 6764dad..c581451 100644 --- a/src/x2gohtmlclient.js +++ b/src/x2gohtmlclient.js @@ -132,7 +132,7 @@ X2GoHTMLClient } d.updateStatus("resuming X2Go session with ID <b>" + resp.session.id + "</b>"); - c.initSocket("wss://" + window.location.hostname + "/x2gows/" + resp.session.wsport, + c.initSocket("ws://" + window.location.hostname + "/x2gows/" + resp.session.wsport, resp.session.cookie); }); c.renderBackground(); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git