We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97535a commit 55f1f8aCopy full SHA for 55f1f8a
1 file changed
kmip/services/auth.py
@@ -231,4 +231,4 @@ def __init__(self, cipher_suites=None):
231
suites. Optional, defaults to None.
232
"""
233
super(TLS12AuthenticationSuite, self).__init__(cipher_suites)
234
- self._protocol = ssl.PROTOCOL_TLSv1_2
+ self._protocol = ssl.PROTOCOL_TLS_SERVER
0 commit comments