Re: NSURLDownload and http proxy username/password
Re: NSURLDownload and http proxy username/password
- Subject: Re: NSURLDownload and http proxy username/password
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Wed, 22 Jun 2011 22:57:56 +0100
On 22 Jun 2011, at 22:12, Mark Pauley wrote:
> I am not 100% sure, but my guess would be the fact that your daemon is running as root. It could be that the proxy creds are not stored on the system keychain.
That's correct. On Mac OS X proxy credentials are stored in the per-user keychain rather than the System keychain, something you can verify in Keychain Access. If you're running as a daemon, you won't be able to get at a proxy credential that's been configured by a specific user. You will have to provide the way for the user to configure this.
Are you sure you should be running as a daemon? A daemon provides background services to all users on the system, meaning that it's possible you might have to handle the case where different users have different proxy credentials.
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden