Created On:  06 October 2010

Problem

  • Product Name: VisiBroker for C
  • Product Version: ALL
  • Product Component: VisiSecure
  • Platform/OS Version: ALL

CORBA::BAD_PARAM Exception is encountered when loading SSL certificate(s). ssl::Current::setPKPrincipal throws the following error:

Name: CORBA::BAD_PARAM
Minor: 1447174691
Completed: NO

Resolution

The exception is caused by invalid, expired, corrupted, or not in PKCS 8 or 12 encoding SSL certificates. Ensure that the certificates are in order. The minor code will explain further the error. Convert the Minor Code to Hex. Possible SSL related errors:

0x56422221 - Unknown Certificate
0x56422222 - Unsupported Certificate
0x56422223 - Bad Certificate
0x56422224 - Certificate Revoked
0x56422225 - Certificate Expired
0x56422226 - Bad Record Mac
0x56422227 - Handshake Failure

Incident #2478513