The issue you will find is seen in the event viewer at both all frontends, and on the edge server aswell.
Front End event log every minute, Event ID 41026 followed by 41025:
Microsoft has confirmed this issue:
https://support.microsoft.com/da-dk/help/4023993/ls-data-mcu-events-41025-and-41026-are-constantly-generated-after-you-
Follow the above article to mitigate the problem – either fix the CA template and reissue the Edge server internal certificate OR add this RegKey that will omit this check.
HKEY_LOCAL_MACHINESoftwareMicrosoft.NETFrameworkv4.0.30319System.Net.ServicePointManager.RequireCertificateEKUs
Run the following regadd in a CMD as administrator – that will add this key with the default path of Web conferencing components.
NOTE if your install path is anything but default, change the corresponding path in the reg add cmd.
LYNC Server 2010
reg add HKLMSOFTWAREMicrosoft.NETFrameworkv2.0.50727System.Net.ServicePointManager.RequireCertificateEKUs /v “C:Program FilesMicrosoft Lync Server 2010Web ConferencingDataMCUSvc.exe” /t REG_DWORD /d 0 /f
Lync Server 2013:
reg add HKLMSOFTWAREMicrosoft.NETFrameworkv4.0.30319System.Net.ServicePointManager.RequireCertificateEKUs /v “C:Program FilesMicrosoft Lync Server 2013Web ConferencingDataMCUSvc.exe” /t REG_DWORD /d 0 /f
Skype for Business Server 2015:
reg add HKLMSOFTWAREMicrosoft.NETFrameworkv4.0.30319System.Net.ServicePointManager.RequireCertificateEKUs /v “C:Program FilesSkype for Business Server 2015Web ConferencingDataMCUSvc.exe” /t REG_DWORD /d 0 /f
After adding the registry key simply restart the Web Conferencing service and the errors will go away – and any related conferencing errors will also reolve.
HAPPY SKYPE’ing