Now enforcing TLS 1.2 usage

Options
We are now enforcing TLS 1.2 usage within the Award Management and Stewardship Management product. This will impact API calls and old browser versions. All modern browsers support TLS 1.2.


If you're using Powershell for your applicant imports, you may need to add the following to your API call: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


If using cURL, you may need to add --tlsv1.2

Categories