mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 02:30:44 +00:00
Add --skip-ssl-verify cli option (#117)
This is a temporary fix for if anyone has issues with SSL certificate validation. The use of this must come with the disclaimer that, obviously, this bypasses the security that SSL gives entirely. Anyone could MITM you at that point. Don't use, basically.
This commit is contained in:
@@ -17,4 +17,5 @@ public:
|
||||
static void StartProxy();
|
||||
public:
|
||||
static bool isDownload;
|
||||
};
|
||||
static inline bool SkipSslVerify = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user