Opened 9 years ago

Closed 7 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)

296.diff (1.5 KB) - added by Silvan Scherrer 9 years ago.
diff for ssl problem and a gcc 473 fix qtgui4

Download all attachments as: .zip

Change History (6)

Changed 9 years ago by Silvan Scherrer

Attachment: 296.diff added

diff for ssl problem and a gcc 473 fix qtgui4

comment:1 Changed 9 years ago by Silvan Scherrer

Milestone: Qt 4.nextQt 5

Milestone renamed

comment:2 Changed 7 years ago by Silvan Scherrer

Priority: majorblocker

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 Changed 7 years ago by Silvan Scherrer

Please download the zip from that site ​​ftp://ftp.netlabs.org/pub/qtapps/QtNet4_Fix_SSL.zip

See also #300 as crossreference

comment:4 Changed 7 years ago by Silvan Scherrer

r1165 fixes the ssl issue

comment:5 Changed 7 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

r1166 fixes the build issue with gcc 4.7.3 and up

Note: See TracTickets for help on using tickets.