Migrate SSL functionality out of service and into listener. Develop config handling accordingly, including making provision for SSL parameters in servers for future use in implementing SSL to backend servers. Some elements still to be tidied mainly in mysql_client.c - but that will be part of detaching the SSL authentication from the MySQL protocol.
This commit is contained in:
@ -268,6 +268,7 @@ static int maxscaled_accept(DCB *dcb)
|
||||
close(so);
|
||||
return n_connect;
|
||||
}
|
||||
client_dcb->listen_ssl = dcb->listen_ssl;
|
||||
client_dcb->fd = so;
|
||||
client_dcb->remote = strdup(inet_ntoa(addr.sin_addr));
|
||||
memcpy(&client_dcb->func, &MyObject, sizeof(GWPROTOCOL));
|
||||
|
Reference in New Issue
Block a user