mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix self-signed certificate handling (#1649)
This commit is contained in:
@@ -444,6 +444,8 @@ private:
|
||||
|
||||
bool checkServerIdentity(const QSslConfiguration& sslConfig) const;
|
||||
|
||||
bool matchesPinnedCertificate(const QSslCertificate& certificate);
|
||||
|
||||
Logger* _log;
|
||||
|
||||
/// QNetworkAccessManager object for sending REST-requests.
|
||||
|
Reference in New Issue
Block a user