QgsAuthSslErrorsDialog class
Widget for reporting SSL errors and offering an option to store an SSL server exception into the authentication database.
Contents
Constructors, destructors, conversion operators
- QgsAuthSslErrorsDialog(QNetworkReply* reply, const QList<QSslError>& sslErrors, QWidget* parent = nullptr, const QString& digest = QString(), const QString& hostport = QString())
- Construct a dialog to handle SSL errors and saving SSL server certificate exceptions.
Function documentation
QgsAuthSslErrorsDialog:: QgsAuthSslErrorsDialog(QNetworkReply* reply,
const QList<QSslError>& sslErrors,
QWidget* parent = nullptr,
const QString& digest = QString(),
const QString& hostport = QString())
Construct a dialog to handle SSL errors and saving SSL server certificate exceptions.
| Parameters | |
|---|---|
| reply | Network reply that hand error(s) |
| sslErrors | SSL errors that occurred |
| parent | Parent widget |
| digest | SHA digest of server certificate |
| hostport | Unique host:port to associate with the server certificate |