More in depth Netdata Configuration?

Hello,

I am trying to configure a netdata sensor and I cannot get it to connect. I was wondering if there was any configuration that needed to be done on the netdata side or if I am possibly having issues because I am using tls instead of http. I have not been able to find any documentation saying that you should do anything differently configuration wise if you are, but I did try this configuration, with IP, https://IP, and https://hostname:


sensor:
  - platform: netdata
    host: IP
    port: 19999
    name: netdata-server
    resources:
      system:
        data_group: system.cpu
        element: system
        icon: mdi:chip
      system.ram:
        data_group: system.ram
        element: used

I haven’t seen anything in my firewall logs to indicate anything is being blocked and this particular server is streaming its data to another central server with no issues.