PDA

View Full Version : SSL Handshake error on login page from https://service.oneaccount.com/



sfcheng77
15th November 2012, 23:11
When downloading this page: https://service.oneaccount.com/onlineV2_B/OSV2?event=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?

ChrisW67
16th November 2012, 02:26
Do you have the requisite OpenSSL support library present?

sfcheng77
16th November 2012, 02:39
Yes. Other https site are fine. It only happens to this one. As I said, there is no problem with this site if compiled with qt474.


Do you have the requisite OpenSSL support library present?