"java.security.cert.CertificateParsingException: signed overrun, bytes = 265" While Running An Application
(Doc ID 2858939.1)
Last updated on MARCH 28, 2022
Applies to:
JDBC - Version 19.3 and laterInformation in this document applies to any platform.
Symptoms
The next steps were followed to set up an application to connect to the database using SSL:
1. Created wallet for app server
2. Submitted a Certificate Signing Request (CSR) and imported the user cert into the wallet
3. Imported root and intermediate certs into the wallet.
4. Converted pkcs12 to jks using below command
orapki wallet pkcs12_to_jks -wallet "<DIR>" -pwd <WALLET PASSWORD> -jksKeyStoreLoc ./keystore.jks -jksKeyStorepwd <KEYSTORE PASSWORD>
5. Set the jks in the application server along with the connection string and user/password to connect to the database.
After this the application is reporting the next error.
ERROR
-----------------------
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |