Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.5.1, 5.6.0 RC
-
Windows 7
Description
QSslSocket::waitForEncrypted() can fail with some SSL servers, although if a processEvents() call is done right afterwards then it will succeed. This is not happening with all servers as amazon.co.uk and account.qt.io work fine without the processEvents() call.
Adjusting the timeout makes no difference as it will fail either way until a processEvents() call after which it will see it as encrypted.
Attachments
Issue Links
- relates to
-
QTBUG-48816 QSslSocket ignores written data if a CA root is fetched
- Closed