File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core-io/src/main/java/com/couchbase/client/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ protected Core(
285285 if (environment .securityConfig ().tlsEnabled () && !authenticator .supportsTls ()) {
286286 throw new InvalidArgumentException ("TLS enabled but the Authenticator does not support TLS!" , null , null );
287287 } else if (!environment .securityConfig ().tlsEnabled () && !authenticator .supportsNonTls ()) {
288- throw new InvalidArgumentException ("TLS not enabled but the Authenticator does only support TLS!" , null , null );
288+ throw new InvalidArgumentException ("TLS not enabled but the Authenticator requires TLS!" , null , null );
289289 }
290290
291291 checkConnectionStringScheme (connectionString , ConnectionString .Scheme .COUCHBASE , ConnectionString .Scheme .COUCHBASES );
You can’t perform that action at this time.
0 commit comments