Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] CertificateException: Unable to decode X.509 certificates

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] CertificateException: Unable to decode X.509 certificates


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Re: [OpenSAML] CertificateException: Unable to decode X.509 certificates
  • Date: Wed, 10 Nov 2010 18:10:23 -0500
  • Organization: Itumi, LLC

The error is what it says. Whatever you gave the code to decode as a certificate is either not a certificate or not encoded in a way that can be read.

On 11/10/10 5:37 PM, rangeli nepal wrote:
I have a test client (CL) and component that validate signature of
authnRequest on web server.

I have been using self signed cert. I use the private key and Self
signed cert on client end. and section in between ( BEGIN CERTIFICATE
and END CERTIFICATE) as X509Certificate in my Metadata.

Today I changed them. I am getting following error. am I missing
something....?

java.security.cert.CertificateException: Unable to decode X.509 certificates
at
org.opensaml.xml.security.x509.X509Util.decodeCertificate(X509Util.java:320)
at
org.opensaml.xml.security.keyinfo.KeyInfoHelper.getCertificate(KeyInfoHelper.java:196)
at
org.opensaml.xml.security.keyinfo.KeyInfoHelper.getCertificates(KeyInfoHelper.java:171)

Thank you.
rn


--
Chad La Joie
http://itumi.biz
trusted identities, delivered



Archive powered by MHonArc 2.6.16.

Top of Page