SoftwareCollections Bugs
I feel bad for creating a new discussion for this, however, I can't find a concrete answer to this. Where are the bugs reported for a SoftwareCollections package when installed from
rhel-server-rhscl-7-eus-rpmsThat's the overall question. The specific question, and the reason why I started looking to begin with, was that the
httpd24-mod_ssl# grep SSLProtocol /opt/rh/httpd24/root/etc/httpd/conf.d/ssl.conf SSLProtocol all -SSLv2
Instead of
# grep SSLProtocol /opt/rh/httpd24/root/etc/httpd/conf.d/ssl.conf SSLProtocol all -SSLv2 -SSLv3
or even something more refined like
# grep SSLProtocol /opt/rh/httpd24/root/etc/httpd/conf.d/ssl.conf SSLProtocol -All +TLSv1 +TLSv1.1 +TLSv1.2
Responses