From 677ba438be3ec8aeb28d4273a39c30317a0e1a45 Mon Sep 17 00:00:00 2001 From: Bartosz Wieczorek Date: Wed, 25 Jun 2025 19:10:20 +0200 Subject: [PATCH] Fix proxy for websockets --- PAM/ssh/include/rublon/websockets.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/PAM/ssh/include/rublon/websockets.hpp b/PAM/ssh/include/rublon/websockets.hpp index 5c55842..7e9a051 100644 --- a/PAM/ssh/include/rublon/websockets.hpp +++ b/PAM/ssh/include/rublon/websockets.hpp @@ -94,9 +94,6 @@ class WebSocket { proxyUrl += *cfg.proxyPass; proxyUrl += "@"; } - - proxyUrl += cfg.proxyType->data(); - proxyUrl += "://"; proxyUrl += *cfg.proxyHost; if(cfg.proxyPort.value_or(0) > 0) {