Enable TLS 1.2

This page details how to enable TLS 1.2 on Cinchy v5.

  1. Navigate to the CinchySSO Folder > appsettings.json file.

  2. Find the following line:

add key="TlsVersion" value=""
  1. Replace the above line with the following:

add key="TlsVersion" value="1.2"
  1. Navigate to the Cinchy Folder > web.config file.

  2. Find the following line:

add key="TlsVersion" value=""
  1. Replace the above line with the following:

add key="TlsVersion" value="1.2" 
  1. Restart the application pools in IIS for the changes to take effect.

Last updated