Thread: Quickflickr
View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#9
I think this should fix the problem.
Code:
    QSslConfiguration config = QSslConfiguration::defaultConfiguration();
    config.setProtocol(QSsl::TlsV1);
    QSslConfiguration::setDefaultConfiguration(config);
 

The Following 4 Users Say Thank You to elros34 For This Useful Post: