From 89f4ed05b251342827605e8c285e4f435cb7b909 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 24 Apr 2021 13:00:59 +0200 Subject: [PATCH] Fixed the missing file SSL option --- server/src/FileServerHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/FileServerHandler.cpp b/server/src/FileServerHandler.cpp index 9150238..c9ef082 100644 --- a/server/src/FileServerHandler.cpp +++ b/server/src/FileServerHandler.cpp @@ -21,7 +21,7 @@ bool FileServerHandler::initialize(std::string &error) { } -#if 0 +#if 1 file::config::ssl_option_supplier = [&]{ return this->instance_->sslManager()->web_ssl_options(); };