-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
It does not seem that the cert bundle is used. Looking at ssl__client.cpp:start_ssl_client() the variable useRootCABundle does not seem to have an effect on the code.
I stumbled upon this as the warning was raised:
[ 6024][W][ssl__client.cpp:538] auth_root_ca_buff(): WARNING: Use certificates for a more secure communication!
Could you clarify if the cert bundle is actually being used?