7.8.3. Modifying Broker Proxy Configuration
The default installation of
mod_ssl
includes a configuration file with a VirtualHost that can cause spurious warnings. In some cases, it may interfere with requests to the OpenShift Enterprise broker application.
Modify the
/etc/httpd/conf.d/ssl.conf
file to prevent these issues:
# sed -i '/VirtualHost/,/VirtualHost/ d' /etc/httpd/conf.d/ssl.conf