GitLab: Handle certificate issues

Allow to bypass certificate verifications.
Currently the bypassing is not stored into the settings,
so this is not permanent.

Change-Id: Ieb564464a28cf2d4973c6b1baa696d6c22b07177
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2022-06-08 09:00:23 +02:00
parent fdb413c9a7
commit 0cfd264279
5 changed files with 42 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ public:
unsigned short port = 0;
bool secure = true;
bool validateCert = true; // TODO
bool validateCert = true;
};
class GitLabParameters