I was sending request to "https://www.google.com/accounts/OAuthGetRequestToken" using QNetworkAccessManager.

It used to work, but not until I update Qt to 4.7. Now I always get "QNetworkReply::SslHandshakeFailedError" when I try to send that request. And I have already had the openssl dlls inside my app's folder.

How can I solve this problem? Thanks~