bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

Remove server error 407 Proxy authnentication required #77

Closed jneb closed 5 years ago

jneb commented 6 years ago

I have no idea if I am doing something wrong, or if this is a missing feature, but I do get "The remote server returned an error: (407) Proxy Authentication Required. As far as I know, our site uses NTLM (that's what I selected as option). I do know that accessing the site via a browser uses some proxy script that is set by our network management.

bramdejager commented 6 years ago

Hi, there is an easy workaround for this. You can update the app.config file to include the proxy server address and potential authentication. See below examples on updating the app.config file inside the node:

`

</system.net>`

or

`

</system.net>`

jneb commented 6 years ago

Great! Will try. -Jurjen

⁣Verzonden door BlueMail ​

Op 26 apr. 2018 11:42, om 11:42, Bram de Jager notifications@github.com schreef:

Hi, there is an easy workaround for this. You can update the app.config file to include the proxy server address and potential authentication. See below examples on updating the app.config file inside the

node: ` ` or ` ` -- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/bramdejager/spcb/issues/77#issuecomment-384579292
jneb commented 6 years ago

So I tried to apply your tip, but I get the impression (not knowing about visual studio) that this app.config file is a source file, and that recompilation is needed. I'll have to install this one day.

2018-04-26 11:42 GMT+02:00 Bram de Jager notifications@github.com:

Hi, there is an easy workaround for this. You can update the app.config file to include the proxy server address and potential authentication. See below examples on updating the app.config file inside the node:

or — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

-- J.N.E. Bos

bramdejager commented 6 years ago

Sorry, let me make myself a bit more clear. With the app.config file I'm indeed referring to Visual Studio. But after compilation the file is renamed to "SPCB.exe.Config". You can make the changes to the SPCB.exe.Config file. That should help, sorry for the inconvenience.

jneb commented 6 years ago

Yes! There is progress. I now get another error: (403) forbidden. Does that mean that the proxy settings are good, now?

2018-05-16 9:05 GMT+02:00 Bram de Jager notifications@github.com:

Sorry, let me make myself a bit more clear. With the app.config file I'm indeed referring to Visual Studio. But after compilation the file is renamed to "SPCB.exe.Config". You can make the changes to the SPCB.exe.Config file. That should help, sorry for the inconvenience.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bramdejager/spcb/issues/77#issuecomment-389416868, or mute the thread https://github.com/notifications/unsubscribe-auth/AIjij14IkxmVESC5wgKG8Is5ALHZWA2rks5ty8_DgaJpZM4ThGWi .

-- J.N.E. Bos

bramdejager commented 6 years ago

That forbidden could be the response from the Proxy or from SharePoint. Can you provide some more info.

I need some more information, can you download the latest version of SPCB tool and follow instructions on the Report a Bug page?

bramdejager commented 5 years ago

Closing the issue, did not receive any reply after last contact May 2018.

jneb commented 5 years ago

Yes, I gave up on it.

Op di 16 apr. 2019 om 09:49 schreef Bram de Jager <notifications@github.com

:

Closed #77 https://github.com/bramdejager/spcb/issues/77.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bramdejager/spcb/issues/77#event-2278794005, or mute the thread https://github.com/notifications/unsubscribe-auth/AIjij8v-jqwFJsCKVAA5xgpSeFzg9bYDks5vhYBtgaJpZM4ThGWi .

-- J.N.E. Bos

bramdejager commented 5 years ago

I'm sorry to hear that. If I can help, let me know.