This is what we use. It does NOT allow you to specify the user to be used. It DOES tell it to use the app pool identity... so whatever user your app pool is running as will be attempting to hit the proxy.
On Wed, Feb 18, 2009 at 1:58 PM, Nigel Hertz <[email protected]>wrote: > Sorry, meant to include them originally. > > > > <defaultProxy> > > <proxy autoDetect="true" proxyaddress="FQDN of proxy server (eg > proxy.microsoft.com):port_number" bypassonlocal="true" /> > > </defaultProxy> > > > > *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Noja, > Fadi > *Sent:* Wednesday, 18 February 2009 1:54 PM > *To:* [email protected] > *Subject:* RE: RSS Viewer Authentication Error [SEC=UNCLASSIFIED] > > > > We're not using ISA here, we're using mimesweeper, so you can't tell it to > bypass the proxy. > > > > Do you happen to have the web.config changes you had to do? > > > ------------------------------ > > *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Nigel > Hertz > *Sent:* Wednesday, 18 February 2009 1:53 PM > *To:* [email protected] > *Subject:* RE: RSS Viewer Authentication Error [SEC=UNCLASSIFIED] > > > > We've recently just set this up. > > > > For us, it was a two-step process. > > > > 1) Hardcode proxy details in the web.config file > > 2) Add the Sharepoint server to the ISA Server settings so that any web > connections fromthe Sharepoint box do not go through the proxy > > > > Trying to do only one or the other didn't work. > > > > *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Noja, > Fadi > *Sent:* Wednesday, 18 February 2009 1:50 PM > *To:* [email protected] > *Subject:* RE: RSS Viewer Authentication Error [SEC=UNCLASSIFIED] > > > > How do you hardcode the proxy settings? Is it in the web.config? and can > you put in the username and password to use? > > > ------------------------------ > > *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Bill > Williamson > *Sent:* Wednesday, 18 February 2009 1:49 PM > *To:* [email protected] > *Subject:* Re: RSS Viewer Authentication Error [SEC=UNCLASSIFIED] > > > > On Wed, Feb 18, 2009 at 1:41 PM, Noja, Fadi <[email protected]> > wrote: > > Hi, > > > > I'm added a RSS viewer to my page and Im getting the following error: > > > > *ProtocolError occured trying to complete the request. The server returned > a status code of : ProxyAuthenticationRequired and the status description is > : "Proxy Authentication Required"* > > * * > > I know it's got something to do with the NTLM authentication and the > double-hope not passing in the credentials. Has anyone come across this > before and knows how to fix it? I'm pretty sure you can put in the > web.config the proxy settings but not sure how you go around fixing the > problem so that it passes the users credentials on. > > > > The only way to fix this is by hardcoding the proxy settings, or writing > your own web part. The default rss web part is not written to handle > impersonation. > ------------------------------ > > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > > Subscribe: [email protected] > > Unsubscribe: [email protected] > > List FAQ: http://www.codify.com/lists/ozmoss > > Other lists you might want to join: http://www.codify.com/lists > ------------------------------ > > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > > Subscribe: [email protected] > > Unsubscribe: [email protected] > > List FAQ: http://www.codify.com/lists/ozmoss > > Other lists you might want to join: http://www.codify.com/lists > ------------------------------ > Stockland Notice: If this communication has been sent to you by mistake, > please delete and notify us. If it has been sent to you by mistake, legal > privilege is not waived or lost and you are not entitled to use it in any > way. Stockland and its subsidiaries reserve the right to monitor e-mail > communication through its networks. > ------------------------------ > > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > > Subscribe: [email protected] > > Unsubscribe: [email protected] > > List FAQ: http://www.codify.com/lists/ozmoss > > Other lists you might want to join: http://www.codify.com/lists > ------------------------------ > > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > > Subscribe: [email protected] > > Unsubscribe: [email protected] > > List FAQ: http://www.codify.com/lists/ozmoss > > Other lists you might want to join: http://www.codify.com/lists > ------------------------------ > Stockland Notice: If this communication has been sent to you by mistake, > please delete and notify us. If it has been sent to you by mistake, legal > privilege is not waived or lost and you are not entitled to use it in any > way. Stockland and its subsidiaries reserve the right to monitor e-mail > communication through its networks. > ------------------------------ > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > Subscribe: [email protected] > Unsubscribe: [email protected] > List FAQ: http://www.codify.com/lists/ozmoss > Other lists you might want to join: http://www.codify.com/lists > -------------------------------------------------------------------------------- Support procedure: http://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists
