Skip to content

Commit

Permalink
Fix AttributeError: module 'ssl' has no attribute 'TLSVersion'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Burmak committed Nov 27, 2023
1 parent 67ed2a6 commit 8f864c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ch_tools/monrun_checks_keeper/keeper_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
CH_DBMS_DEFAULT_PATH = "/var/lib/clickhouse/snapshots"

context = ssl.create_default_context()
context.minimum_version = ssl.TLSVersion.TLSv1_2


@command("alive")
Expand Down

0 comments on commit 8f864c5

Please sign in to comment.