Currently, there is no resolution.
Workaround:
After starting the manual IaaS installer for the first time, it creates a configuration file with the same name as itself, in the same directory.
To workaround this issue:
- Open this file and add this entry in the <appsettings> section:
<add key="PreReqChecker.Default.IISPort" value="443" />
Note: For non-default port configuration - use the custom port instead of "443".
- Restart the installer for the changes in the configuration file to take effect.