Print SSL errors for debugging
This commit is contained in:
@@ -10,8 +10,8 @@ project(nuki_hub CXX)
|
||||
set(LOG_LEVEL ARDUHAL_LOG_LEVEL_NONE)
|
||||
|
||||
# Length of char arrays to store certificates for MQTTS
|
||||
add_compile_definitions(TLS_CA_MAX_SIZE=1800)
|
||||
add_compile_definitions(TLS_CERT_MAX_SIZE=1800)
|
||||
add_compile_definitions(TLS_CA_MAX_SIZE=1500)
|
||||
add_compile_definitions(TLS_CERT_MAX_SIZE=1500)
|
||||
add_compile_definitions(TLS_KEY_MAX_SIZE=1800)
|
||||
|
||||
include_directories(${PROJECT_NAME}
|
||||
|
||||
Reference in New Issue
Block a user