Use default certificates when the HTTP server fails

This commit is contained in:
olszomal 2023-11-21 15:54:02 +01:00 committed by Michał Trojnara
parent 8a9b275494
commit 588a1a0b5f

View File

@ -70,6 +70,8 @@ else(WIN32 OR APPLE)
RESULT_VARIABLE server_error)
if(server_error)
message(STATUS "HTTP server failed: ${server_error}")
message(STATUS "Use python3 to start HTTP server: \"python3 Testing/server_http.py --port 19254\"")
set(default_certs 1)
else(server_error)
# Check if file exists and is no-empty
while(NOT EXISTS ${LOGS}/port.log)