The current sentence let the user thinks there is an error:
WARNING nxdrive.engine.engine Server at http://unprotected-server doesn't seem to handle HTTPS, keeping HTTP Traceback (most recent call last): ...
It could be improved to disambigue the situation. Something like:
WARNING nxdrive.engine.engine Server at http://unprotected-server doesn't seem to handle HTTPS, keeping HTTP. For information, this is the encountered SSL error:
Traceback (most recent call last):
...
- is related to
-
NXDRIVE-1647 Check HTTPS when starting an engine
- Resolved