Get-CsPowerShellEndPoint the underlying connection was closed: an unexpected error occurred on a send
Jehad Jawad
236
Reputation points
I am trying to run the hybrid wizard on Skype for Business control panel
After it asks for the User ID and the Password of Office 365 it gives the error
Get-CsPowerShellEndPoint the underlying connection was closed: an unexpected error occurred on a send
I opened a PowerShell and I have used the following command to enable TLS 1.2, but I am still getting the same error:
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;
Could you please help with how to solve this?
Sign in to answer