Forum Discussion
PowerBi Data Gateway Error when registering email
Hi TJUGGS ,
Thank you for reaching out to the Microsoft Fabric Community Forum. And also for confirming that you're using a valid Microsoft account and have successfully accessed other gateways.
As Greg_Deckler , this issue is likely related to a trust-related SSL/TLS configuration on your current machine. This can often be due to missing root certificates, SSL interception by security software, or disabled TLS 1.2 protocols.
Please make sure to follow the recommended steps, including:
- Importing trusted root certificates using PowerShell
- Checking the certificate at https://login.microsoftonline.com
- Verifying that your system time and TLS 1.2 are properly set up
If you've done these steps and are still having problems, you can provide:
- A screenshot of the certificate from the login URL
- The output from Invoke-WebRequest https://login.microsoftonline.com
- Information about whether this machine has stricter security policies compared to other working devices.
Hope this helps. Please reach out for further assistance.
Thank you.
Thankyou for your response. I have followed the steps listed below and it still fails.
Here is the response from the invoke.
"Invoke-WebRequest : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS
secure channel.
At line:1 char:1
+ Invoke-WebRequest https://login.microsoftonline.com
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand"