Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I need to access data from an SSL secured API that requires clients to be authentificated via username/pwd and certificate. I am able to fetch data using a web browser with no issue after installing the certificate provided to me and signing in.
However, when I try to import data from this API on Power BI I get the following error:
The request was aborted: Could not create SSL / TLS secure channel
I have tried doing the following with no success:
Any idea how to resolve this issue?
Thank you.
Hello? just wondering if you find any solution? thanks.
Hi @Farout104 ,
What's the version of TLS? To my knowledge, support for transport layer security (TLS) 1.0 and 1.1 for Power BI will end in June 2020. You need to upgrade the TLS version of your Power BI application to TLS 1.2.
Refer to:
Upgrade the TLS version of your Power BI application to TLS 1.2 | Azure updates | Microsoft Azure
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @Anonymous
Thank you for your reponse.
This doesn't seem to be the source of the issue. To my knowledge, Power BI Desktop uses TLS 1.2 by default. I also checked on the server itself and it has TLS 1.2 enabled, and so does the API source.
Is there anything else I could check?
Thank You