mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
Fix: handshake failed by ERR_CERT_AUTHORITY_INVALID
This commit is contained in:
9
GPClient/enhancedwebpage.cpp
Normal file
9
GPClient/enhancedwebpage.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#include "enhancedwebpage.h"
|
||||
#include <QWebEngineCertificateError>
|
||||
#include <plog/Log.h>
|
||||
|
||||
bool EnhancedWebPage::certificateError(const QWebEngineCertificateError &certificateError) {
|
||||
LOGI << "An error occurred during certificate verification for" << certificateError.url() << "; " << certificateError.errorDescription();
|
||||
return certificateError.deferred();
|
||||
};
|
||||
Reference in New Issue
Block a user