We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defc351 commit 93e8c0fCopy full SHA for 93e8c0f
2 files changed
VERSION
@@ -1 +1 @@
1
-3.7.41
+3.7.42
lib/gooddata/cloud_resources/mysql/mysql_client.rb
@@ -93,7 +93,7 @@ def build_url(url)
93
host = matches[0][0]
94
port = matches[0][2]&.to_i || MYSQL_DEFAULT_PORT
95
96
- "#{JDBC_MYSQL_PROTOCOL}#{host}:#{port}/#{@database}?sslmode=#{get_ssl_mode(@ssl_mode)}&useCursorFetch=true"
+ "#{JDBC_MYSQL_PROTOCOL}#{host}:#{port}/#{@database}?sslmode=#{get_ssl_mode(@ssl_mode)}&useCursorFetch=true&enabledTLSProtocols=TLSv1.2"
97
end
98
99
def get_ssl_mode(ssl_mode)
0 commit comments