Hi,
I am working on a sample which uses QNetworkAccessManager to request the service. To this we have added a certificate which is required by the service. Even after I added the certificate, QNetworkReply emitting the signal sslErrors.
, But after that it is emitting the signal finish. In the finish Slot when I tried to read error (reply->error();) it gives NoError.
Is it is the normal behavior?
One more thing is once after this request, I tried to request another service with same QNetworkAccessManager object I get UnknownNetworkError.
Please help me to solve the problem.