jgreat
1
I’d like to connect to an external MySQL service over SSL.
AFAIK this would require providing a client certificate to the rancher server. I can’t find any documentation on how to do this.
Are there environment variables exposed or a path I can mount a volume with the certificates so the rancher server will use them?
1 Like
Rancher does not support SSL directly. You have to launch nignx container as proxy for rancher server container.
jgreat
3
This is pretty old at this point, but I’m not talking about setting up ssl for connection to the rancher gui/agents. That is clearly documented.
I’m asking about connecting the server to an external MYSQL database via ssl.
3 Likes
Any update on this? SSL is kinda of a must I’d say.