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:
@ -295,7 +295,6 @@ static int telnetd_accept(DCB* client_dcb)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ssl_authenticate_client(client_dcb, client_dcb->authfunc.connectssl(client_dcb));
|
|
||||||
|
|
||||||
dcb_printf(client_dcb, "MaxScale login: ");
|
dcb_printf(client_dcb, "MaxScale login: ");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user