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(
285
285
if (environment .securityConfig ().tlsEnabled () && !authenticator .supportsTls ()) {
286
286
throw new InvalidArgumentException ("TLS enabled but the Authenticator does not support TLS!" , null , null );
287
287
} 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 );
289
289
}
290
290
291
291
checkConnectionStringScheme (connectionString , ConnectionString .Scheme .COUCHBASE , ConnectionString .Scheme .COUCHBASES );
You can’t perform that action at this time.
0 commit comments