Missing https binding after update to .NET 8

  • Updated
Description

We have seen upgrades of website to .Net 8 that have tested well locally, but when they tried to deploy to DXP it threw the following error message.

Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://+:80'.
Warmup will use address http://[::]:80
First request initialization started for request 'https://...'
First request initialization completed for request 'https://...'
The futex facility returned an unexpected error code.
Segmentation fault (core dumped)
Failed to start application ...
Solution

Upgrading the package EPiServer.CouldPlatform.Cms from 1.4.0 to 1.6.3 may solve the issue.