Martin Hinshelwood's Blog

A Scottish dyslexic software developer: Team System MVP, .NET architect, developer, evangelist, technology enthusiast and multi-dimensional free thinker
posts - 322, comments - 385, trackbacks - 67

My Links

News

Get illustrations like mine

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Get Microsoft Silverlight

Subscribe

Personal

Accreditation

Stats

Twitter












Tag Cloud

Article Categories

Archives

Post Categories

Image Galleries

Blogs I read

Blogs of Friends

Multi-Dimentional Free Thinking Bloggers

Personal

Projects

VSTS

Proxy server settings for SharePoint 2007

Well this was fun... All the of how to connect through a proxy from SharePoint are missing a crucial piece of information!

<system.net>
      <defaultProxy>
         <proxy usesystemdefault = "false" proxyaddress="http://proxyservername" bypassonlocal="true" />
      </defaultProxy>
   </system.net> 

 

This is the accepted route, with an exception to e added to the proxy to use anonymous authentication...

But is you use:

<defaultProxy useDefaultCredentials="true">
      <proxy usesystemdefault="false" proxyaddress=http://proxyservername" bypassonlocal="true" />
      <bypasslist>
        <add address="[a-z]+\.domain\.biz" />
        <add address="[a-z]+\.domain2\.biz" />
      </bypasslist>
    </defaultProxy>

The required bit of which is the useDefaultCredentials parameter that passes the logged on users credentials on to the proxy server.

smile_regular Now all I need to do is get the double-hop authentication to work...

Print | posted on Wednesday, October 24, 2007 12:10 PM | Filed Under [ Microsoft Sharepoint Services ]

Feedback

Gravatar

# re: Proxy server settings for SharePoint 2007

ahh, the total lack of documentation for sharepoint strikes again eh?
7/23/2008 10:41 PM | Craig
Gravatar

# re: Proxy server settings for SharePoint 2007

Thanks, adding the useDefaultCredentials helped me!
9/23/2008 1:28 PM | Brian Edwards
Gravatar

# re: Proxy server settings for SharePoint 2007

Thank you for sharing this great piece of info. I've been struggling to figure what is wrong with my MOSS setup for a few days now!
11/26/2008 10:33 PM | Panayotis Tzedakis

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 3 and 2 and type the answer here:

Powered by: