We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8871d8c commit 9cbad93Copy full SHA for 9cbad93
kmip/services/kmip_client.py
@@ -290,7 +290,7 @@ def _create_socket(self, sock):
290
keyfile=self.keyfile,
291
certfile=self.certfile)
292
context.verify_mode = self.cert_reqs
293
- context.load_verify_locations(cadata=self.ca_certs)
+ context.load_verify_locations(cafile=self.ca_certs)
294
self.socket = context.wrap_socket(
295
sock,
296
do_handshake_on_connect=self.do_handshake_on_connect,
0 commit comments