W
W
Wilson2021-02-25 22:49:45
Java
Wilson, 2021-02-25 22:49:45

What is the SSL error?

What is the error and how to fix it?

org.bouncycastle.openssl.PEMException: problem parsing PRIVATE KEY: java.lang.IllegalArgumentException: unknown object in getInstance: org.bouncycastle.asn1.DERApplicationSpecific
at org.bouncycastle.openssl.PEMReader$PrivateKeyParser.parseObject(Unknown Source)
at org. bouncycastle.openssl.PEMReader.readObject(Unknown Source)
at org.whispersystems.textsecuregcm.gcp.CanonicalRequestSigner.initializeRsaSigningKey(CanonicalRequestSigner.java:64)
at org.whispersystems.textsecuregcm.gcp.CanonicalRequestSigner.(CanonicalRequestSigner.java:23)
at org .whispersystems.textsecuregcm.controllers.AttachmentControllerV3.(AttachmentControllerV3.java:46)
at org.whispersystems.textsecuregcm.WhisperServerService.run(WhisperServerService.java:304)
at org.whispersystems.textsecuregcm.WhisperServerService.run(WhisperServerService.java:151
) )
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:87)
at io.dropwizard.cli.Cli.run(Cli.java:78)
at io.dropwizard.Application.run(Application.java:94)
at org.whispersystems.textsecuregcm.WhisperServerService.main(WhisperServerService.java:406)
Caused by: java.lang.IllegalArgumentException: unknown object in getInstance: org.bouncycastle.asn1.DERApplicationSpecific
at org.bouncycastle.asn1.ASN1Sequence.getInstance(
Unknown Source)
... 12 more

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
ky0, 2021-02-25
@ky0

Some kind of twist. Change to something that will parse. Sorry, in the style of Captain Obvious - but what a description, such a solution.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question