Don't attempt TLS with maxscaled protocol

The authenticator doesn't support it so it is pointess to try it.
This commit is contained in:
Markus Mäkelä 2019-05-08 15:25:24 +03:00
parent 3813c728b1
commit 31ce757f8d
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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: ");