|
|
|
Weblogic - Error: “java.io.IOException: Inconsistent security configuration, ASN.1: Unxpected ASN.1 tag"
This error occurs when the certificate is installed in the wrong format. When installing the certificate check to see if there are no spaces in the base 64 encoding of the certificate.
Please ensure also that the lines "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----" is included.
An example of the certificate in the correct form would be the following:
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
|
Provide Feedback  |
|