mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 02:14:28 -05:00
Use default certificates when the HTTP server fails
This commit is contained in:
parent
8a9b275494
commit
588a1a0b5f
@ -70,6 +70,8 @@ else(WIN32 OR APPLE)
|
|||||||
RESULT_VARIABLE server_error)
|
RESULT_VARIABLE server_error)
|
||||||
if(server_error)
|
if(server_error)
|
||||||
message(STATUS "HTTP server failed: ${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)
|
else(server_error)
|
||||||
# Check if file exists and is no-empty
|
# Check if file exists and is no-empty
|
||||||
while(NOT EXISTS ${LOGS}/port.log)
|
while(NOT EXISTS ${LOGS}/port.log)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user