Re: X509 signing only works when logged in locally
From: Dilip Krishnan (dkrishnan_at_NOSPAM.geniant.com)
Date: 01/24/05
- Next message: Martin Kulov: "Re: WSE Site 30 times Slower now"
- Previous message: Dilip Krishnan: "Re: Controlling SoapException code"
- In reply to: Metrophobe: "X509 signing only works when logged in locally"
- Next in thread: Metrophobe: "Re: X509 signing only works when logged in locally"
- Reply: Metrophobe: "Re: X509 signing only works when logged in locally"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 12:31:17 -0800
Hello Metrophobe,
Make sure IIS is running under aspnet/system account. Also give access
to the the certificate store to these users .
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> I am struggling with some web application X509 signing issues, but was
> finally able to get everything working by setting the web application
> impersonate value to "myuseraccount." Since the key we have to use
> for signing is installed under the "myuseraccount" Personal store and
> not exportable, I think I am stuck having the web app impersonate
> myself.
>
> In any event, everything works fine if I leave myself logged into the
> server on which the app runs. Any users accessing the box remotely
> can run the page that signs a payload. After I log out, however, the
> process no longer works. The Event Viewer app log seems to indicate
> that the certificate for signing was not found, but why should be
> being logged in affect that? Since my code is pulling from
> CurrentUserStore, does that somehow use the currently logged-in user
> store, rather than the store of the impersonate user?
>
> I have played with file, folder, and certificate permissions until my
> fingers bled, but it's possible I missed something. Many thanks in
> advance to anyone who can help solve this one.
>
- Next message: Martin Kulov: "Re: WSE Site 30 times Slower now"
- Previous message: Dilip Krishnan: "Re: Controlling SoapException code"
- In reply to: Metrophobe: "X509 signing only works when logged in locally"
- Next in thread: Metrophobe: "Re: X509 signing only works when logged in locally"
- Reply: Metrophobe: "Re: X509 signing only works when logged in locally"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|