Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ private void sslWrapper(final String host, final Socket socket, final Options op
if (Boolean.TRUE.equals(options.useSsl)) {

if ((serverCapabilities & OceanBaseCapabilityFlag.CLIENT_SSL) == 0) {
// ignore exception
exceptionFactory.create(
"Trying to connect with ssl, but ssl not enabled in the server", "08000");
}
Expand Down