runtimeclass-debugger/pkg/metaserver
lakshit verma 2d74853196
metaserver: retry TLS with --ca-file alone, not only with certs
The TLS retry was gated on hasCerts (cert-file and key-file both set),
so a TLS-only MetaServer with a CA-signed server certificate was never
tried when the caller passed only --ca-file. The tool then reported
AuthRequiredError and recommended the cert flags that would not help.

Run the TLS retry whenever a CA file or client certificates are
provided, and report a distinct reason when the handshake fails with a
CA-only setup.
2026-08-08 01:04:50 +05:30
..
client.go metaserver: retry TLS with --ca-file alone, not only with certs 2026-08-08 01:04:50 +05:30
client_test.go metaserver: retry TLS with --ca-file alone, not only with certs 2026-08-08 01:04:50 +05:30