Enabling TLS 1.2
This page details how to enable TLS 1.2 on Cinchy v5.
1. How to Enable TLS 1.2
Navigate to the CinchySSO Folder > appsettings.json file.
Find the following line:
3. Replace the above line with the following:
4. Navigate to the Cinchy Folder > web.config file.
5. Find the following line:
6. Replace the above line with the following:
7. You may need to restart the application pools in IIS for the changes to take effect.
Last updated