Application Sharing fails in Server 2012 R2 due to changes in how TLS sessions are cached

If you are running Server 2012 R2, due to changes in how TLS sessions are cached, you may see the following error message in the event log. I my experience this effected a users ability to use application sharing e.g. whiteboard, polls share application etc.

——————————————–

Event 61045
Log Name: Lync Server
Source: LS MCU Infrastructure
Date: 10/15/2013 4:02:20 AM
Event ID: 61045
Task Category: (1022)
Level: Error
Keywords: Classic
User: N/A
Computer: LyncFE01.contoso.local
Description: The DATAMCU was not able to stay connected to the Front End over the C3P channel (HTTPS Connection).
The Web Conferencing Server failed to send C3P notifications to the focus at https:// LyncFE01.contoso.local:444/LiveServer/Focus.

Cause: The Front End may not be running correctly or may be unreachable over the network (broken HTTPS connection) from the MCU. Unavailability of The C3P channel affects conference controls, and can also prevent users from joining, starting conferences.

Resolution: Verify that the Front End server is running correctly and that network connectivity and an HTTPS Connection can be established between the MCU and the Front End server.
——————————————–

To resolve this add the following registry key and restart your Lync services:

Note

  • You can disable this value without compromising the security of the system. The system will revert to handling TLS sessions exactly like the sessions were negotiated in earlier Windows Server operating systems.
  • Lync Server 2013 is supported by Windows Server 2012 R2 when this registry workaround is performed.
  1. Click Start, type regedit in the Start search box, and then click regedit.exe in the results list.
  2. Locate the following registry subkey:
  3. HKLMSystemCurrentControlSetControlSecurityProvidersSchannel
  4. Right-click Schannel, and then click New DWORD (32-bit) value.
  5. Type EnableSessionTicket, then press Enter.
  6. Right-click EnableSessionTicket, and then click Modify.
  7. Change the existing value to 2, and then press Enter.
  8. Exit Registry editor.
  9. Open the Lync Server Management Shell.
  10. Run the following Lync Server PowerShell commands in the given order:
  11. Stop-CsWindowService
  12. Start-CsWindowsService

http://support.microsoft.com/kb/2901554

 

Andrew Morpeth
Andrew Morpethhttps://ucgeek.co/author/amorpeth/
Andrew is a Modern Workplace Consultant specialising in Microsoft technologies based in Auckland, New Zealand; Andrew is a Director and Professional Services Manager at Lucidity Cloud Services and a Microsoft MVP.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Andrew Morpeth
Andrew Morpethhttps://ucgeek.co/author/amorpeth/
Andrew is a Modern Workplace Consultant specialising in Microsoft technologies based in Auckland, New Zealand; Andrew is a Director and Professional Services Manager at Lucidity Cloud Services and a Microsoft MVP.

Latest Articles