Wednesday 14 August 2019

How to configure the TLS and resolve errors related to this on Azure webApp!


Today, we are going to discuss and see how to configure the TLS and resolve errors related to this. There are different versions of TLS.

Protocol
Published
TLS 1.0
1999
TLS 1.1
2006
TLS 1.2
2008
TLS 1.3
2018

First, you should know what TLS is, for this, you can refer the below two URLs.
  1.  https://en.wikipedia.org/wiki/Transport_Layer_Security
  2.  https://www.cloudflare.com/learning/ssl/transport-layer-security-tls/

We must configure the right TLS on azure web app and on our security service (in my case I am using Cloudflare), if it is not configured properly then we will get the below error. For testing of app’s security, make sure you are using Internet Explorer or Microsoft Edge.

This might be because the site uses outdated or unsafe TLS security settings. If this keeps happening, try contacting the website’s owner.  



In order to resolve this issue, you must follow the below steps.

Step 1: Check your system’s internet options on your local system.


Step 2: if still facing the same issue then check TLS settings on the azure web app.


Step 3: Check TLS settings on your middle-security service (In my case I am using Cloudflare). It should match with Azure TLS or lower version.


Refresh your browser and your app is running properly.


Keep enjoying the secure app!

No comments: