I'm using PyKmip for security testing. Occasionally the PyKmip server can't find the requested keys.
In the server.log I'm finding the (unhelpful) error messages:
kmip.server.session.00000247 - ERROR - [Errno 1] _ssl.c:1429: error:140940F6:SSL routines:SSL3_READ_BYTES:unknown alert type
kmip.server.session.00000247 - ERROR - [Errno 1] _ssl.c:1429: error:140944B0:SSL routines:SSL3_READ_BYTES:reason(1200)
Is there any way to improve these error messages? I realize that they appear to be from OpenSSL but can they be caught and wrapped with information about what PyKMIP was trying to do?
I'm using PyKmip for security testing. Occasionally the PyKmip server can't find the requested keys.
In the server.log I'm finding the (unhelpful) error messages:
Is there any way to improve these error messages? I realize that they appear to be from OpenSSL but can they be caught and wrapped with information about what PyKMIP was trying to do?