Skip to Content.
Sympa Menu

mace-opensaml-users - Re: SAMLSOAPBinding error

Subject: OpenSAML user discussion

List archive

Re: SAMLSOAPBinding error


Chronological Thread 
  • From: Tom Scavo <>
  • To: Manuel Sánchez Cuenca <>
  • Cc:
  • Subject: Re: SAMLSOAPBinding error
  • Date: Tue, 20 Dec 2005 08:30:26 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pwl4c2334DZNe9pDmuHPkJSkEeJ+yLGcUzuqIDy81Q9kuMyyZP7EwD3l5/Hw2CAZXp54NiCGGNFRjz7HVkptik6Hqs1oVMwnGrbI3WYroHCCOeWDq+uiOVQDfpShgH7PePsXjpRAgquSYT+A3Wuod+qeZ3gay+vebPBE/PH4kFE=

See, for example:

http://viewcvs.globus.org/viewcvs.cgi/playground/java/gridshib/idp/src/org/globus/gridshib/idptest/

Hope this helps,
Tom

On 12/20/05, Manuel Sánchez Cuenca
<>
wrote:
> Hello, I'm using opensaml to make an AttributeQuery to the Shibboleth
> IdP, but I get the following error:
>
> =======================================================================
> javax.net.ssl.SSLHandshakeException:
> sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to
> find valid certification path to requested target
> at org.opensaml.SAMLSOAPBinding.send(Unknown Source)
> at MyHTTPClient.main(MyHTTPClient.java:133)
> =======================================================================
>
> I suppose that I have to specify a client certificate and a key in the
> SAML Configuration with something like:
>
> SAMLConfig c = SAMLConfig.instance();
> c.setProperty (..., ...)
>
> but I don't know which properties I have to specify.
>
> Can anybody help me?



Archive powered by MHonArc 2.6.16.

Top of Page