1 min read

Power BI – You need to upgrade to TLS 1.2 your Power BI application

image_thumb[2]As you may be aware, for the past few months, Microsoft has been deprecating support for weaker TLS version (1.0, 1.1) for many of his products and services.

Power BI is the latest one to get support for TLS 1.0 and TLS 1.1 being deprecated.

As of June 2020, support for these 2 TLS version will be removed. As such you need to upgrade your Power BI applications to use TLS 1.2.

You can download the latest Power BI API SDK here https://www.nuget.org/packages/Microsoft.PowerBI.Api/

If your application is running using .Net Framework 4.4, unless you have change the default configuration, already provides you TLS 1.2 support and you (should) have nothing to do.

If your application is using an older version, you have the following line of code to get TLS 1.2 support

System.Net.ServicePointManager .SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

Azure AD – Ensure you have TLS 1.2 enabled on your on-premises systems interacting with Azure AD

As announced in early November 2020, support for old versions of TLS (TLS 1.0 and TLS 1.1) and ciphers (3DES cipher suite) are going to be deprecated...

Read More

Office 365 – Updated retirement date for TLS 1.0/1.1

As you may be aware, Microsoft is on the move to deprecate older TLS versions (TLS 1.0 and TLS 1.1) and make the switch to TLS 1.2.

Read More

Exchange Online – New endpoint for SMTP AUTH clients still using TLS 1.0 or TLS 1.1; act before 2022

If you use Office 365 and Exchange Online, you should already know that support for TLS 1.0 and TLS 1.1 has ended in October 2020.

Read More