After disabling SSLv3 in apache Konqueror keep on displaying SSLv3 in SSL Version on Site Security window. Reproducible: Always Steps to Reproduce: 1. Assume we have site with SSLv3 enabled (SSLProtocol all -SSLv2 for example) 2. Open site in Konqueror, open Security details, SSL Version is SSLv3 3. Disable SSLv3 on site (SSLProtocol all -SSLv2 -SSLv3) and restart it. 4. Check if SSLv3 is disabled with script attached here: https://access.redhat.com/articles/1232123 5. Open site in Konqueror, open Security details Actual Results: SSL Version displays SSLv3 Expected Results: SSL Version should display TLS1.*
This is due to a known upstream issue that cannot be fixed in Qt 4 branch, but has already been fixed upstream for Qt 5.4. See https://bugreports.qt-project.org/browse/QTBUG-42112. So the problem is one of cosmetic one. That is it is incorrectly displaying "SSLv3" when in reality the connection is actually "TLSv1.x".