Microsoft Dynamics SL users have encountered a problem in which their application crashes when they attempt to transmit a credit card transaction. The problem is rooted in the TLS (Transport Layer Security) protocol, the cryptographic protocol that provides security over a computer network.
The steps to resolve the issue are as follows:
- Open Windows Powershell as an administrator
- Run the following script: [Net.ServicePointManager]::SecurityProtocol which should return the following results:
- Run the following scripts:
- Restart Windows Powershell and run the first script once again: [Net.ServicePointManager]::SecurityProtocol, which should now return results that include TLS 1.2