Hide Forgot
Description of problem: When a cartridge binds to port 8081 (and likely many other ports), haproxy cannot route to the local gear on that port due to selinux restrictions on outbound connections Steps to Reproduce: 1.rhc app create debugapp https://github.com/bparees/debug-cartridge/raw/master/metadata/manifest.yml -s 2. attempt to access the application, you will get a 503 3. change the manifest.yml endpoint to port 8080 4. deploy a new app, it will work successfully