I managed to get working, I missed the byPasslist.
<defaultProxy
useDefaultCredentials="true">

     
<proxy usesystemdefault="False" proxyaddress="http://yyyy:8888";
bypassonlocal="true" />

              
   <bypasslist>

           
<add address="http://abc/*";
/>

           
<add address="http://office.microsoft.com*";
/>

              
<add address="https://www.yammer.com/*";
/>

        
</bypasslist>

   
</defaultProxy>
thanks.
Sutha.
From: nigel.he...@stockland.com.au
To: ozmoss@ozmoss.com
Subject: RE: Proxy setting with credentials.
Date: Wed, 17 Sep 2014 06:18:05 +0000









Can you not use the users’ default credentials?
 
 
<defaultProxy

  enabled="true"

  useDefaultCredentials="true"

  <bypasslist> … </bypasslist>

  <proxy> … </proxy>

  <module> … </module>

/>
 
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com]
On Behalf Of Sutha Thavaratnarajah

Sent: Wednesday, 17 September 2014 3:26 PM

To: ozmoss@ozmoss.com

Subject: Proxy setting with credentials.


 

Dear  All,

 


our sharepoint environment (SP2013) could not communicate with SharePoint Apps 
store because of proxy.


 


I add the proxy setting in my web config similar to this. 


 


     <defaultProxy>
        <proxy usesystemdefault = "false" 
proxyaddress="http://proxy.company.com:8080"bypassonlocal="true";
 />
     </defaultProxy>
 
However, No luck yet. Our server guys says, I need to pass the credentials.  
someone can suggest, how do I pass that details. I prefer
 not to write any custom dot net class for that.
 
thanks.
Sutha.








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.





_______________________________________________
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss                           
          
_______________________________________________
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Reply via email to