I get the below error when I use setUrl("https://www.bing.com") of QWebView:
QWebView *view = new QWebView();
view->setUrl(QUrl("https://www.bing.com"));
view->show();
Error:
- QSslSocket: cannot resolve TLSv1_1_client_method
- QSslSocket: cannot resolve TLSv1_2_client_method
- QSslSocket: cannot resolve TLSv1_1_server_method
- QSslSocket: cannot resolve TLSv1_2_server_method
Im using qt5.2.1(x86), windows 8 64 bit OS pc. How to resolve this?