How do I push data from HiveMQ into InfluxDB Cloud 3.0?

[[inputs.mqtt_consumer]]
servers = [“ssl://blablabla.s1.eu.hivemq.cloud:8883”]
topics = [“#”]
data_format = “json”
qos = 0
connection_timeout = “30s”
username = “user”
password = “pass”

I’ve tried every possible telegraf configuration. SSL, websockets, etc. Nothing seems to work. Furthermore, how can I tell that it is actually connecting or not? When I set these settings, the only way I can tell if it has worked is checking to see if I can plot any data that I’ve published.