Hi, I have a problem to make ssl stream between two agents in docker containers. When I disable ssl on child node everything works without any problem. I have a self-signed certificate in the “ssl” folder with privileges netdata:netdata bound to /etc/netdata/ssl. What could I have wrong? Thank you for any ideas.
Parent node
netdata.conf
[web]
bind to = *:19999=dashboard|netdata.conf^SSL=optional *:19996=streaming|management^SSL=optional
stream.conf
[my api key]
enabled = yes
default memory mode = dbengine
child
stream.conf
[stream]
enabled = yes
destination = my_ip:19996:SSL
ssl skip certificate verification = yes
api key = my_api_key