From 6bd1ee5ad1c24ec9dc92cc976db1aaee9c2bd18a Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 15 Jul 2022 19:07:16 +0200 Subject: [PATCH] move to wss --- ccp/js/executionmonitorcontroller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/js/executionmonitorcontroller.js b/ccp/js/executionmonitorcontroller.js index 347c947..bb3bd62 100644 --- a/ccp/js/executionmonitorcontroller.js +++ b/ccp/js/executionmonitorcontroller.js @@ -2,7 +2,7 @@ class CCPExecutionMonitor extends HTMLElement { #boot = null; #rootdoc = null; - #broadcasturl = "ws://nubis1.int.d4science.net:8989/ws/notification"; + #broadcasturl = "wss://nubis1.int.d4science.net:8080/ws/notification"; #executions = []; #socket = null; @@ -152,4 +152,4 @@ class CCPExecutionMonitor extends HTMLElement { ] } } -window.customElements.define('d4s-ccp-executionmonitor', CCPExecutionMonitor); \ No newline at end of file +window.customElements.define('d4s-ccp-executionmonitor', CCPExecutionMonitor);