Skip to content

Commit

Permalink
Update default ssl mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam committed Jan 26, 2024
1 parent 3a5db1e commit 79b04fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.8.2"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/client.bal
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public isolated client class Client {
public type Options record {|
string? datasourceName = ();
map<anydata>? properties = ();
SSLMode sslMode = VERIFY_CA;
SSLMode sslMode = DISABLE;
|};

# Possible values for the SSL mode.
Expand Down

0 comments on commit 79b04fb

Please sign in to comment.