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 has been 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.
The text was updated successfully, but these errors were encountered:
Unless you start the nodes using
--insecure
switch, 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
--insecure
flag currently, but it should be possible to generate client-side certificates using thecert client
cockroach command. Needs investigation.The text was updated successfully, but these errors were encountered: