Skip to main content

Enable TLS 1.2

  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.