Skype Academy: Cloud Connector Edition 1.4.2
Published Mar 22 2017 11:30 AM 1,462 Views
Microsoft

We have just released Cloud Connector Edition (CCE) 1.4.2, see the changelog posted here: Skype for Business Cloud Connector Version 1.4.2 Release


CCE 1.4.2 brings a lot of bugfixes but does not change fundamentally how you plan, deploy and operate CCE. The training – originally created for CCE 1.4.1 – is still valid: Cloud Connector Edition Deep Dive


The only change that we want to point out from a deployment perspective is, that when you assign external certificates with Set-CcExternalCertificateFilePath:

  • Previously this was done for the Edge Server only, so Office 365 could establish a trusted connection.
  • Now we also allow to assign an external certificate to the Mediation Server. This will allow you to establish an encrypted TLS session between the gateway(s) and the Mediation Server – which is a recommended configuration.
  • In order to specify if the target is the Edge Server or Mediation Server, you need to provide the Target attribute:
    • Example for Edge Server 
      Set-CcExternalCertificateFilePath -Target EdgeServer -Path C:\CloudConnector\Certificates\AdatumPublicEdge.pfx

       

    • Example for Mediation Server
      Set-CcExternalCertificateFilePath -Target MediationServer -Path C:\CloudConnector\Certificates\AdatumPublicMediation.pfx
  • In addition, the import parameter allows you to update existing certificates
    • Example to replace an existing certificate on the Mediation Server
      Set-CcExternalCertificateFilePath -Target MediationServer -Path C:\CloudConnector\Certificates\AdatumPublicMediation.pfx -Import
  • For TechNet documentation see here: Set-CcExternalCertificateFilePath

Call to action

  1. If you have not watched our CCE training, please go to Cloud Connector Edition Deep Dive
  2. Read the release notes about CCE 1.4.2 here: Skype for Business Cloud Connector Version 1.4.2 Release
  3. Questions or comments? Please discuss with us in our Community
Version history
Last update:
‎Mar 22 2017 11:30 AM
Updated by: