Skip to Content.
Sympa Menu

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

Subject: OpenSAML user discussion

List archive

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


Chronological Thread 
  • From: rangeli nepal <>
  • To:
  • Subject: [OpenSAML] CertificateException: Unable to decode X.509 certificates
  • Date: Wed, 10 Nov 2010 17:37:15 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Qg2IARkcvn5yRXJ3vUJUeABaMCM8brN8TslUPRWh2FnZm0wA3M5Osw2Dr1pn/0V80n W8wtSL6HaSVDdD7W5OSQq8rHbHuQ7vOE0Taas+qDgFrz4Jk6cnggIlmGN/yMDtGC1BoH xRqonoiGIZYvFPDEs3vyDkjqj7G/swGqxxUEw=

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



Archive powered by MHonArc 2.6.16.

Top of Page