This setting is necessary for TLS handshake.

Update the your powershell profile with the following:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

Reference