Archive for: ‘October 2022’

Cireson portal not loading after updated certificate

October 24, 2022 Posted by Alexander Axberg

If the portal is using a HTTPS binding, and you need to update that certificate, you also need to update the PlatformCache service since it sets the certificate in the binding in IIS.
If PlatformCache is not updated, it will automatically wipe the link to the certificate in the binding.

  1. Update the certificate in windows, in the computer cert. store.
  2. Copy the thumbprint of the newly installed certificate.
  3. Open the file Ciresonportal\Platform\Platform_cache.config and paste the thumbprint at: SslCertificateThumbprint
  4. Restart the Platformcache service.