From 31ce757f8d660f4a2bca45113138f54e63e4ca4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 8 May 2019 15:25:24 +0300 Subject: [PATCH] Don't attempt TLS with maxscaled protocol The authenticator doesn't support it so it is pointess to try it. --- server/modules/protocol/telnetd/telnetd.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/server/modules/protocol/telnetd/telnetd.cc b/server/modules/protocol/telnetd/telnetd.cc index d407a7ce8..7f33dcd0c 100644 --- a/server/modules/protocol/telnetd/telnetd.cc +++ b/server/modules/protocol/telnetd/telnetd.cc @@ -295,7 +295,6 @@ static int telnetd_accept(DCB* client_dcb) return 0; } - ssl_authenticate_client(client_dcb, client_dcb->authfunc.connectssl(client_dcb)); dcb_printf(client_dcb, "MaxScale login: ");