Forcing SSL and TLS Protocols With PowerShell Invoke-WebRequest
August 14, 2018
In working on script to grab some data from a suppliers API I encountered some errors when running We can get further details with Having seen this before, I suspected the issue was due to mismatched TLS/SSL support. First step is to determine what protocols our suppliers API…