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:
parent
3813c728b1
commit
31ce757f8d
@ -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: ");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user