diff --git a/php/src/Controller/DockerController.php b/php/src/Controller/DockerController.php index 8edb88ea..dafe6748 100644 --- a/php/src/Controller/DockerController.php +++ b/php/src/Controller/DockerController.php @@ -132,6 +132,10 @@ class DockerController $uri = $request->getUri(); $host = $uri->getHost(); $port = $uri->getPort(); + if ($port === 8000) { + error_log('The AIO_URL-port was discovered to be 8000 which is not expected. It is now set to 443.'); + $port = 443; + } $config = $this->configurationManager->GetConfig(); // set AIO_URL