When downloading this page: https://service.oneaccount.com/onlin...ent=login&pt=3 with QNetworkAccessManager->get(url), I got a network error (QNetworkReply::NetworkError) in the reply object. The error string is SSL handshake failed. However, the sslErrors signal is not fired so I don't even get the chance to ignore this error. I got the same problem on Mac and Windows version.

If I do the same thing with QT 4.74. It works fine.

Any idea what goes wrong here?