You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/couchbase/controllerservices/CouchbaseClusterService.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ ::couchbase::cluster_options CouchbaseClient::buildClusterOptions(std::string us
61
61
}
62
62
63
63
if (!username.empty() && ssl_context_service && !ssl_context_service->getCertificateFile().empty()) {
64
-
throwminifi::Exception(ExceptionType::PROCESS_SCHEDULE_EXCEPTION, "Username and password authentication or mTLS authentication using certificate defined in SSLConextService"
64
+
throwminifi::Exception(ExceptionType::PROCESS_SCHEDULE_EXCEPTION, "Username and password authentication or mTLS authentication using certificate defined in SSLContextService"
65
65
"linked service should be provided exclusively for Couchbase");
0 commit comments