Why Does an Error Occur when I Create an Access Token?
Symptoms
When you create an access token, or try to connect with an external data source, the following error shows:
The request was aborted: Could not create SSL/TLS secure channel.
Cause
By default, .NET uses an older version of SSL, and external systems use higher versions of SSL.
Resolution
- On your AgilePoint Server machine, click Start, and type Run.
- Click Run.
- In the Open field, enter regedit.
- Click OK.
- In the Registry Editor screen, add a new registry key for these nodes:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319
- To create the registry key, do this:
- Click New.
- Select DWORD (32-bit).
- In the Value Name field, enter SchUseStrongCrypto.
- In the Value Data field, enter 1.
- Restart the Windows service for the AgilePoint Server instance.