diff Core/Enumerations.cpp @ 3801:9fe1d64a748c

upgrade to civetweb 1.12, error reporting if OpenSSL failure
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Apr 2020 11:24:47 +0200
parents f29843323daf
children 4f78da5613a1
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Wed Apr 01 11:08:43 2020 +0200
+++ b/Core/Enumerations.cpp	Thu Apr 02 11:24:47 2020 +0200
@@ -189,6 +189,9 @@
       case ErrorCode_BadGeometry:
         return "Geometry error encountered in Stone";
 
+      case ErrorCode_SslInitialization:
+        return "Cannot initialize SSL encryption, check out your certificates";
+
       case ErrorCode_SQLiteNotOpened:
         return "SQLite: The database is not opened";