From a0feff2734d7591bf4feddbe60145643bdae53df Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 7 Sep 2014 19:42:35 +0200 Subject: WebAdmin: Added HTTPS instructions when cert / key is missing. --- src/HTTPServer/HTTPServer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HTTPServer/HTTPServer.cpp b/src/HTTPServer/HTTPServer.cpp index 8eabe5cb2..c91be677e 100644 --- a/src/HTTPServer/HTTPServer.cpp +++ b/src/HTTPServer/HTTPServer.cpp @@ -171,6 +171,7 @@ bool cHTTPServer::Initialize(const AString & a_PortsIPv4, const AString & a_Port if (m_Cert.get() == NULL) { LOGWARNING("WebServer: The server is running in unsecure HTTP mode."); + LOGINFO("Put a valid HTTPS certificate to file 'webadmin/httpscert.crt' and its corresponding private key to 'httpskey.pem' (without any password) to enable HTTPS support"); } else { -- cgit v1.2.3