You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
Unless you start the nodes using --insecure switch, cockroach now requires client-side certificates to communicate with the cluster (first seen in cockroach-dev@76c6a93aa9b3)
scroach should make it easy to specify the certificates to use when connecting.
Unit tests use the --insecure flag currently, but it should be possible to generate client-side certificates using the cert client cockroach command. Needs investigation.
Unless you start the nodes using
--insecureswitch, cockroach now requires client-side certificates to communicate with the cluster (first seen incockroach-dev@76c6a93aa9b3)scroach should make it easy to specify the certificates to use when connecting.
Unit tests use the
--insecureflag currently, but it should be possible to generate client-side certificates using thecert clientcockroach command. Needs investigation.