![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
QSslError | error (QSslError::SelfSignedCertificate, cert.at(0)) |
expectedSslErrors | append (error) |
reply | ignoreSslErrors (expectedSslErrors) |
Variables | |
QList< QSslCertificate > | cert = QSslCertificate::fromPath("server-certificate.pem"_L1) |
[0] | |
QList< QSslError > | expectedSslErrors |
QNetworkReply * | reply = manager.get(QNetworkRequest(QUrl("https://server.tld/index.html"))) |
expectedSslErrors append | ( | error | ) |
QSslError error | ( | QSslError::SelfSignedCertificate | , |
cert. | at0 ) |
socket ignoreSslErrors | ( | expectedSslErrors | ) |
QList< QSslCertificate > cert = QSslCertificate::fromPath("server-certificate.pem"_L1) |
Definition at line 9 of file src_network_access_qnetworkreply.cpp.
QNetworkReply* reply = manager.get(QNetworkRequest(QUrl("https://server.tld/index.html"))) |
Definition at line 12 of file src_network_access_qnetworkreply.cpp.