Skip to content

Commit

Permalink
fix: Enable TLS v1.2 for client communication
Browse files Browse the repository at this point in the history
  • Loading branch information
Batalex committed Sep 24, 2024
1 parent 8a5d7cd commit c89fb1e
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 c89fb1e

Please sign in to comment.