Certificate verification now works on windows using windows CA store

This commit is contained in:
2022-03-18 21:52:45 -04:00
parent 37ed57a178
commit fa7296cde1
4 changed files with 33 additions and 3 deletions

View File

@@ -64,6 +64,8 @@ static std::string ssl_errors_string(bool lastonly = true)
const char *file, *data, *func;
int line, flags;
// ERR_print_errors_fp(stderr);
// exit(1);
while (true)
{
unsigned long code = ERR_get_error_all(&file, &line, &func, &data, &flags);