Details
-
Bug
-
Resolution: Fixed
-
Test Blocker
-
None
Description
You probably want to update the example using TLS to include the fact that if you take the self signed ROOT CA cert out of Couchbase, you also need to use the TLSSkipVerify true option in the SecurityConfig type or else nothing much seems to happen until you figure out that is what this error means in the memcached log.
WARNING 56: SSL_accept() returned -1 with error 1: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate
type SecurityConfig struct
{ TLSRootCAs *x509.CertPool TLSSkipVerify bool }Reporter: Francis J. Hitchens
E-mail: fhitchen@gmail.com