Forum Discussion
On-Premises data gateway - the remote certificate is invalid according to the validation procedure
Hi ChrisOnesBroken,
The Test-NetConnection may not work if your server don’t have direct Internet connections and all connections must go through your proxy server.
Modify the Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file by changing the value from AutoDetect to Https. Also configure Proxy following the guide in this article and check if the issue still occurs.
Thanks,
Lydia Zhang
Anonymous
I have amended the Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file to;
<setting name="ServiceBusSystemConnectivityModeString" serializeAs="String">
<value>Https</value>
</setting>
As suggested.
The enterprisegatewayconfigurator.exe.config is already configured with the value;
<system.net>
<defaultProxy useDefaultCredentials="true" />
</system.net>
...as the article here;
https://powerbi.microsoft.com/en-us/documentation/powerbi-gateway-proxy/
...suggests.
The error is still occuring, and failing to configure.