- 
    Type:Bug Report 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: None
- 
    Component/s: backend
- 
    None
- 
        Not defined
Brief summary of the bug. What is it ? Where is it ?
In Optimize config, the container host can be set via the container.host property. However, for HTTP connections, this isn't being respected, with it always using * or 0.0.0.0
Steps to reproduce:
- Define a custom container host (the local IP on your machine)
- Start Optimize
- Check the port binding for HTTPS
- Check the port binding for HTTP
Actual result:
The binding is correct for HTTPS connections, but not HTTP
Expected result:
The binding should be correct also for HTTP
Testing notes:
- Perform the steps above and observe the expected result
- Configure a container host other than localhost. Smoke test that Optimize works as expected