Skip to content

Commit

Permalink
fix: Enable TLS v1.2 for client communication (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Batalex authored Sep 24, 2024
1 parent 8a5d7cd commit 4fc5b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/managers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
ssl.keyStore.type=PKCS12
sslQuorumReloadCertFiles=true
client.certReload=true
ssl.enabledProtocols=TLSv1.3,TLSv1.2
"""


Expand Down

0 comments on commit 4fc5b78

Please sign in to comment.