I have a rest endpoint that doesn\'t perform an authentication check. I can run a simple curl commmand from Linux:
curl -k https://application/api/about <
curl -k https://application/api/about
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12
Works in Windows server 2016
Major Minor Build Revision
5 1 17763 1007