OpenKMIP/PyKMIP

Need help with

Closed this issue · 2 comments

Hello All,

I am hitting below error while trying to open connection. using version = '0.8.0'

[2021-09-21 03:58:20,243] [host_kmip_client] [MainThread] [ERROR] [SSL] PEM lib (_ssl.c:2815)
Traceback (most recent call last):
File "./host_kmip_client.py", line 85, in open_connection
self.client.open()
File "/usr/lib/python2.7/site-packages/kmip/pie/client.py", line 135, in open
raise e
SSLError: [SSL] PEM lib (_ssl.c:2815)

I'm calling it using below function.
client.open()

@PeterHamilton Can you help me here. I am stuck and no way to go to use this fabulous project PyKMIP. Here is the background

  1. Register a client to GSKLM server.
  2. Generate a Peer_to_Peer device group/key and register wwpn 'Owner'
  3. Create a 'partner' and pass the generated key.

Thanks in Advance for all help!

Closing this issue.