Hi guys,
I’m trying to run Dgraph in a docker network (Alpha, Zero and Ratel)
The network spins up fine and everything looks good until I try and connect to the Alpha via Ratel.
I followed this page https://dgraph.io/docs/deploy/tls-configuration/ but can’t get the connection to work with TLS.
My Alpha docker container is telling me no TLS cert was provided
TLS handshake error from X.X.X.X: remote error: tls: unknown certificate
and also
TLS handshake error from X.X.X.X: tls: client didn’t provide a certificate
I have the generated .p12 cert in my Mac keychain as per the above documentation, but nothing seems to work.
Any help would be much appreciated