Skip to content

Commit 55f1f8a

Browse files
try that one
1 parent c97535a commit 55f1f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kmip/services/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ def __init__(self, cipher_suites=None):
231231
suites. Optional, defaults to None.
232232
"""
233233
super(TLS12AuthenticationSuite, self).__init__(cipher_suites)
234-
self._protocol = ssl.PROTOCOL_TLSv1_2
234+
self._protocol = ssl.PROTOCOL_TLS_SERVER

0 commit comments

Comments
 (0)