SSL DEBUG LOCK messages in Ubuntu Z-Way Server binary?
Posted: 10 Jun 2020 19:30
I'm cross posting this because I also posted over here: https://forum.z-wave.me/viewtopic.php?p=87496#p87496
I've setup a Docker container based on Z-Way v3.0.6 (z-way-server-Ubuntu-v3.0.6.tgz), however the console is flooded with SSL DEBUG LOCK messages:
The link above mentions this coming from the SSL library (OpenSSL?) but I can't find any references.
If I open the ELF binary ('z-way-server'), I do see the text string 'SSL DEBUG LOCK: %d > %d'.
I've setup a Docker container based on Z-Way v3.0.6 (z-way-server-Ubuntu-v3.0.6.tgz), however the console is flooded with SSL DEBUG LOCK messages:
Code: Select all
SSL DEBUG LOCK: 20 > 1
SSL DEBUG LOCK: 20 > 0
SSL DEBUG LOCK: 16 > 0
SSL DEBUG LOCK: 30 > 1
SSL DEBUG LOCK: 30 > 0
If I open the ELF binary ('z-way-server'), I do see the text string 'SSL DEBUG LOCK: %d > %d'.