TLS 1.0 or TLS 1.1, which are deprecated and will be disabled in the future

We are facing an issue while getting the response from Moneris after successful payment.

Moneris are not redirecting the response to our provided response page of client site in fact it is redirecting it to logout page. (It seems that it clear the session)

Following are the console logs:  

Console Log shows error regarding TLS

The connection used to load resources from ---- used TLS 1.0 or TLS 1.1, which are deprecated and will be disabled in the future. Once disabled, users will be prevented from loading these resources. The server should enable TLS 1.2 or later. See www.chromestatus.com/.../5654791610957824 for more information.

Currently client site using: TLS 1.0, C# ASP.NET

Is this issue related with TLS 1.0?

Please help thanks.