Skip to content

Commit 9cbad93

Browse files
file
1 parent 8871d8c commit 9cbad93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmip/services/kmip_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def _create_socket(self, sock):
290290
keyfile=self.keyfile,
291291
certfile=self.certfile)
292292
context.verify_mode = self.cert_reqs
293-
context.load_verify_locations(cadata=self.ca_certs)
293+
context.load_verify_locations(cafile=self.ca_certs)
294294
self.socket = context.wrap_socket(
295295
sock,
296296
do_handshake_on_connect=self.do_handshake_on_connect,

0 commit comments

Comments
 (0)