SfB Hybrid Signin Error

Andrew France 1 Reputation point
2021-06-21T08:28:01.62+00:00

Hi,
We're getting the following error when trying to sign in with our O365 admin account into the SfB Control Panel:

Get-CSWebTicket : The underlying connection was closed: An unexpected error occurred on a send

The server is SfB 2015 Standard CU 11 on Server 2016

Kind Regards,
Andrew

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
648 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JimmyYang-MSFT 58,556 Reputation points Microsoft External Staff
    2021-06-22T00:55:57.68+00:00

    Hi @Andrew France

    This issue seems related to the TLS connection. In this way, we recommend you try to run the following command in PowerShell to enforce TLS 1.2.

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

    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.