]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add ssl_check_hostname option in mysqldb
authorJerry Zhao <jerryzhao@fortinet.com>
Fri, 23 Apr 2021 15:54:04 +0000 (11:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 May 2021 17:38:01 +0000 (13:38 -0400)
commitf8b3a6a6e8a51bcb697ffd9aa79ad6ee706e1d24
tree49d17aab18a86512c8692130f2862c5e029229da
parent9220bc9d4cd3adc3c03d0b4499bc2ffbdbeee058
add ssl_check_hostname option in mysqldb

Added support for the ``ssl_check_hostname=`` parameter in mysql connection
URIs and updated the mysql dialect documentation regarding secure
connections. Original pull request courtesy of Jerry Zhao.

Fixes: #5397
Closes: #5759
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5759
Pull-request-sha: 75f4bdc68d4b5745c518472e8bc2b02cec0f81e6

Change-Id: I964bfa7a4c15e215a3ad6e2b907cb78f5b3e5036
doc/build/changelog/unreleased_14/5397.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/dialects/mysql/pymysql.py
test/dialect/mysql/test_dialect.py