Skip to Content.
Sympa Menu

mace-opensaml-users - Re: exception creating CredentialResolver (C++)

Subject: OpenSAML user discussion

List archive

Re: exception creating CredentialResolver (C++)


Chronological Thread 
  • From: "Tom Scavo" <>
  • To:
  • Subject: Re: exception creating CredentialResolver (C++)
  • Date: Mon, 5 Nov 2007 14:45:16 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WmgaxJjfPca+Vo7l4ZinTE5R5mo9mrLKrn1YNazD8IjUJY2pQezAnHQXvJZ9ow5xtZ0Gmxni7+4osYKKD7h6TI+a3m7JDMk/ZYYZN7JEA2zJkHzCnEUuerL8QOSZc4L/t9y/YsIphix9rqftuSkxLbIMlOdN56if0GaSuXmuTUo=

I have not looked at any of this code, but past experience suggests
the <Path> element may require a file: URI. Have you tried that?

Tom

On 11/5/07, Brian Sheely
<>
wrote:
> I've created an XML file which I use to create a DOMDocument which can
> then be used to create a CredentialResolver. I wasn't sure whether the
> format of XML file should match the example in svn or whether it should
> contain a certificate attribute as indicated in one of your previous
> responses.
>
> <?xml version="1.0" encoding="UTF-8" ?>
> - <FilesystemCredentialResolver
> certificate="C:\Projects\OpenSAMLWrapper\SAMLWrapper\data\cert.pem">
> - <Certificate>
> <Path>C:\Projects\OpenSAMLWrapper\SAMLWrapper\data\cert.pem</Path>
> </Certificate></FilesystemCredentialResolver>
>
> At any rate, I'm getting an exception "FilesystemCredentialResolver
> unable to load any certificate(s)" that's very similar to what I was
> getting last week. The previous exception was "
> FilesystemCredentialResolver unable to load any certificate(s) from file
> (MIICpTCC...)". I can parse the DOMDocument so that doesn't seem to be
> the issue. The path to the cert.pem file is correct and it contains
> data. Any ideas on what the issue(s) might be? Again, thanks for your
> time.
>
> Brian Sheely
>
>



Archive powered by MHonArc 2.6.16.

Top of Page