| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
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 37 of file qgsauthsslerrorsdialog.cpp.