forked from qt-creator/qt-creator
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:
@@ -57,7 +57,7 @@ public:
|
||||
unsigned short port = 0;
|
||||
|
||||
bool secure = true;
|
||||
bool validateCert = true; // TODO
|
||||
bool validateCert = true;
|
||||
};
|
||||
|
||||
class GitLabParameters
|
||||
|
||||
Reference in New Issue
Block a user