Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
shaun_lombard
Creator II
Creator II

Office 365 Sharepoint - Proxy Authentication Required

We are running Qlik Sense Enterprise on Windows August 2022. I am trying to configure a new connection to Office 365 Sharepoint but getting the following error message:

Error verifying: The remote server returned an error: (407) Proxy Authentication Required.

This error occurs after I hit verify of the authentication code.

Does anyone know where I can enter the proxy details? Where can I find logs?

I assume it may have to be entered in this config file but cannot find details on it.

QvWebStorageProviderConnectorPackage.exe.config

Any assistance appreciated.

Labels (2)
1 Solution

Accepted Solutions
Jay_Brown
Support
Support

Hello @shaun_lombard ,

You should be able to add proxy settings to the deploy.config file located here:
C:\Program Files\Common Files\Qlik\Custom Data\QvWebConnectorPackage

<Proxy>
<UseProxy>false</UseProxy>
<ProxyAddress></ProxyAddress>
<ProxyUsername></ProxyUsername>
<ProxyDomain></ProxyDomain>
<ProxyPassword></ProxyPassword>
</Proxy>

Hope that helps!

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.

View solution in original post

2 Replies
Jay_Brown
Support
Support

Hello @shaun_lombard ,

You should be able to add proxy settings to the deploy.config file located here:
C:\Program Files\Common Files\Qlik\Custom Data\QvWebConnectorPackage

<Proxy>
<UseProxy>false</UseProxy>
<ProxyAddress></ProxyAddress>
<ProxyUsername></ProxyUsername>
<ProxyDomain></ProxyDomain>
<ProxyPassword></ProxyPassword>
</Proxy>

Hope that helps!

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
shaun_lombard
Creator II
Creator II
Author

Thanks @Jay_Brown that put me on the right path.

I updated the deploy.config file in C:\Program Files\Common Files\Qlik\Custom Data\QvWebStorageProviderConnectorPackage 

Not ideal that I had to use my personal credentials, trying to find out from our security team if there is a generic proxy user I can use.

Shaun