Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_network_access_qnetworkreply.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

QSslError error (QSslError::SelfSignedCertificate, cert.at(0))
expectedSslErrors append (error)
reply ignoreSslErrors (expectedSslErrors)

Variables

QList< QSslCertificatecert = QSslCertificate::fromPath("server-certificate.pem"_L1)
 [0]
QList< QSslErrorexpectedSslErrors
QNetworkReplyreply = manager.get(QNetworkRequest(QUrl("https://server.tld/index.html")))

Function Documentation

◆ append()

◆ error()

◆ ignoreSslErrors()

socket ignoreSslErrors ( expectedSslErrors )

Variable Documentation

◆ cert

QList< QSslCertificate > cert = QSslCertificate::fromPath("server-certificate.pem"_L1)

[0]

[5]

[6]

Definition at line 7 of file src_network_access_qnetworkreply.cpp.

◆ expectedSslErrors

QList< QSslError > expectedSslErrors

Definition at line 9 of file src_network_access_qnetworkreply.cpp.

◆ reply

QNetworkReply* reply = manager.get(QNetworkRequest(QUrl("https://server.tld/index.html")))

Definition at line 12 of file src_network_access_qnetworkreply.cpp.