Description of problem: When deploying SSL enabled overcloud non-https requests should redirect to https. Currently when accessing non-https on port 80 you get a connection refused message. Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-0.8.6-112.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Deploy SSL enabled overcloud Actual results: curl -I https://rxtx.ro HTTP/1.1 301 Moved Permanently Date: Mon, 25 Jan 2016 21:12:12 GMT Server: Apache/2.4.6 (Red Hat Enterprise Linux) Location: https://rxtx.ro/dashboard Content-Type: text/html; charset=iso-8859-1 Set-Cookie: SERVERID=; Expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/ Cache-control: private curl -I http://rxtx.ro curl: (7) Failed to connect to rxtx.ro port 80: Connection refused Expected results: non-https redirects to https
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2948.html