Bug 340047

Summary: Displaying SSL Version "SSLv3" on SSLv3-disabled host
Product: [Applications] konqueror Reporter: belokurovdmitriy
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal CC: adawit
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description belokurovdmitriy 2014-10-17 09:30:52 UTC
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.*
Comment 1 Dawit Alemayehu 2014-10-22 22:21:26 UTC
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".