QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Widget for reporting SSL errors and offering an option to store an SSL server exception into the authentication database. More...
#include <qgsauthsslerrorsdialog.h>
Public Member Functions | |
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. More... | |
Widget for reporting SSL errors and offering an option to store an SSL server exception into the authentication database.
Definition at line 34 of file qgsauthsslerrorsdialog.h.
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.
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 |
Definition at line 36 of file qgsauthsslerrorsdialog.cpp.