mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 09:27:37 +02:00
More user-friendly SSL errors, and rate limited failure #4313
This commit is contained in:
parent
9cdff4a910
commit
501dc6c886
2 changed files with 56 additions and 22 deletions
|
@ -58,7 +58,7 @@ private:
|
|||
bool secureAccept(int s);
|
||||
bool secureConnect(int s);
|
||||
void showCertificate();
|
||||
bool checkResult(int n);
|
||||
void checkResult(int n, bool& error, bool& retry);
|
||||
void showError();
|
||||
void throwError(const char* reason);
|
||||
String getError();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue