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) {