S
S
Saharman2018-09-12 22:20:32
Qt
Saharman, 2018-09-12 22:20:32

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();

Once used this code, everything worked. Now for some reason I get an empty response (without data). Requested errorString(), got "Error creating SSL context ()". Tell me what to do with it? I work in Ubuntu. Url working, checked.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Terekhin, 2018-09-14
@RomaZveR

OpenSSL 1.0.X install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question