Answer the question
In order to leave comments, you need to log in
What to do with the error "Error creating SSL context ()"?
I do normal Get-request. Here is the code:
QNetworkRequest request(URL);
QNetworkReply *reply = manager.get(request);
QEventLoop loop;
connect(reply, SIGNAL(finished()), &loop, SLOT(quit()));
loop.exec();
qDebug() << reply->errorString();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question