QtBase  v6.3.1
Functions | Variables
src_network_access_qnetworkreply.cpp File Reference

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(QLatin1String("server-certificate.pem"))
 [0] More...
 
QList< QSslErrorexpectedSslErrors
 
QNetworkReplyreply = manager.get(QNetworkRequest(QUrl("https://server.tld/index.html")))
 

Function Documentation

◆ append()

expectedSslErrors append ( error  )

◆ error()

QSslError error ( QSslError::SelfSignedCertificate  ,
cert.  at
)

◆ ignoreSslErrors()

reply ignoreSslErrors ( expectedSslErrors  )
Here is the caller graph for this function:

Variable Documentation

◆ cert

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

[0]

Definition at line 52 of file src_network_access_qnetworkreply.cpp.

◆ expectedSslErrors

QList<QSslError> expectedSslErrors

Definition at line 54 of file src_network_access_qnetworkreply.cpp.

◆ reply

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

Definition at line 57 of file src_network_access_qnetworkreply.cpp.