Opened 10 years ago
Closed 8 years ago
#296 closed defect (fixed)
SSL Problem
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | Qt 5 |
Component: | QtNetwork | Version: | 4.7.3 |
Severity: | high | Keywords: | |
Cc: |
Description
It seems all or most Qt apps don't work anymore with SSL sites.
The reason is that Qt 4.7 sets SSLv3 as default. And a lot sites changed that due to POODLE.
The solution would possible be to have TSLv1 as default.
As info: in Qt 4.8+ this is fixed already
Attachments (1)
Change History (6)
by , 10 years ago
comment:2 by , 8 years ago
Priority: | major → blocker |
---|
As it seems it will take a bit longer until we have Qt5 it might be useful to at least repack Qt4 with the above fix. As I already had several support cases due to SSL issues in Qt apps.
comment:3 by , 8 years ago
Please download the zip from that site ftp://ftp.netlabs.org/pub/qtapps/QtNet4_Fix_SSL.zip
See also #300 as crossreference
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r1166 fixes the build issue with gcc 4.7.3 and up
diff for ssl problem and a gcc 473 fix qtgui4