Add wxWebRequest::DisablePeerVerify()
This method allows insecure HTTPS connections when required
This commit is contained in:
@@ -188,6 +188,10 @@ public:
|
||||
|
||||
wxWebRequestHandle GetNativeHandle() const;
|
||||
|
||||
void DisablePeerVerify(bool disable = true);
|
||||
|
||||
bool IsPeerVerifyDisabled();
|
||||
|
||||
private:
|
||||
// Ctor is only used by wxWebSession.
|
||||
friend class wxWebSession;
|
||||
|
Reference in New Issue
Block a user