Description of problem: Redirect directive in [`/etc/httpd/conf.d/tendrl-ssl.conf`] contains `ssl_virtualhost_ip`: #Redirect permanent / https://%ssl_virtualhost_ip%/ This should be changed to indicate that the expected value is a hostname (fqdn). Version-Release number of selected component (if applicable): tendrl-api-1.6.3-12.el7rhgs How reproducible: 100% Steps to Reproduce: 1. Run tendrl ansible to install all tendrl components 2. vi /etc/httpd/conf.d/tendrl-ssl.conf and check redirection line 3. Actual results: tendrl-ssl.conf file have redirection line with %ssl_virtualhost_ip% Expected results: This should be changed to indicate that the expected value is a hostname like #Redirect permanent / https://%hostname(fqdn)%/ Additional info:
This will be tested based on conclusion reached in upstream.
Redirection line in /etc/httpd/conf.d/tendrl.conf is changed to: #Redirect permanent / https://%ssl_virtualhost_fqdn%/ /etc/httpd/conf.d/00_tendrl-ssl.conf.sample contains __default__ in block header: <VirtualHost _default_:443> as requested in upstream discussion: https://github.com/Tendrl/api/pull/461#discussion_r259746830 --> VERIFIED Tested with: tendrl-ansible-1.6.3-11.el7rhgs.noarch tendrl-api-1.6.3-13.el7rhgs.noarch tendrl-api-httpd-1.6.3-13.el7rhgs.noarch tendrl-commons-1.6.3-17.el7rhgs.noarch tendrl-grafana-plugins-1.6.3-21.el7rhgs.noarch tendrl-grafana-selinux-1.5.4-3.el7rhgs.noarch tendrl-monitoring-integration-1.6.3-21.el7rhgs.noarch tendrl-node-agent-1.6.3-18.el7rhgs.noarch tendrl-notifier-1.6.3-4.el7rhgs.noarch tendrl-selinux-1.5.4-3.el7rhgs.noarch tendrl-ui-1.6.3-15.el7rhgs.noarch
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://access.redhat.com/errata/RHBA-2019:0660