Skip to content

Commit

Permalink
Add support for using tls based connection
Browse files Browse the repository at this point in the history
  • Loading branch information
SndR85 committed Aug 15, 2024
1 parent 2b6452e commit ce41f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/saltext/mysql/modules/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def _connarg(name, key=None, get_opts=True):
_connarg("connection_unix_socket", "unix_socket", get_opts)
_connarg("connection_default_file", "read_default_file", get_opts)
_connarg("connection_default_group", "read_default_group", get_opts)
_connarg("connection_ssl", "ssl", get_opts)
# MySQLdb states that this is required for charset usage
# but in fact it's more than it's internally activated
# when charset is used, activating use_unicode here would
Expand Down

0 comments on commit ce41f37

Please sign in to comment.