A new Flexera Community experience is coming on November 25th. Click here for more information.
After updating your Red Hat Enterprise host, you are no longer able to login to your SVM On-Prem account. The browser displays TLS-related errors and Page Cannot Be Displayed message.
SVM uses the mod_ssl package to enable SSL-based connectivity between servers and Clients.
However, it also requires that the 'ssl.conf' original configuration file is removed or renamed to .bak and .obsolete extension leaving only the main 'secunia_ssl.conf' available at /etc/httpd/conf.d/ directory.
After updating your system, if part of the Red Hat yum-update included a new version for mod_ssl, the 'ssl.conf' the file is recreated in this directory. This is breaking up the configuration of SVM leaving the server unable to handle SSL client requests and thus dysfunctional.
As long as you have 'ssl.conf' (or another *ssl*.conf file) in the /etc/httpd/conf.d/ directory, the Apache server may mishandle the SSL communications of SVM and may fail to handle external SSL requests.
Rename the /etc/httpd/conf.d/ssl.conf file that was created during installation/updating of mod_ssl to /etc/httpd/conf.d/ssl.conf.bak
mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf.bak
After renaming, restart the httpd service and you will be able to login to your SVM account again.
systemctl restart httpd
Jul 04, 2018 09:45 AM - edited Sep 25, 2019 03:10 PM