Enable TLS 1.2
- Navigate to the CinchySSO Folder > appsettings.json file.
- Find the following line:
add key="TlsVersion" value=""
- Replace the above line with the following:
add key="TlsVersion" value="1.2"
-
Navigate to the Cinchy Folder > web.config file.
-
Find the following line:
add key="TlsVersion" value=""
- Replace the above line with the following:
add key="TlsVersion" value="1.2"
- Restart the application pools in IIS for the changes to take effect.