Details
-
Improvement
-
Resolution: Fixed
-
Blocker
-
None
-
Security Level: Public
-
None
-
CBG Sprint 81
-
5
Description
When using self-signed cert but not setting tls_skip_verify, SG will retry the connection, logging a warning like:
2021-08-20T13:26:33.888-07:00 [WRN] gocb: Pipeline Client 0xc00010e6c0 failed to bootstrap: x509: certificate signed by unknown authority -- base.GoCBCoreLogger.Log() at logger_external.go:792021-08-20T13:26:36.885-07:00 [WRN] gocb: CCCPPOLL: Failed to retrieve CCCP config. x509: certificate signed by unknown authority -- base.GoCBCoreLogger.Log() at logger_external.go:79 |
It would be ideal to include information about the tls_skip_verify property here, to help users identify the fix if they are in fact trying to run with a self-signed cert.