Setting up secure communication between Prometheus and Grafana Cloud effectively

Okay so here’s what I tried, I ended up using wireshark and used ip.dst == as a filter
The host filter didn’t work for me (maybe because those are not visible as the traffic is encrypted?)

With that I do see the usual pattern of a client hello and then Application Data being sent periodically…

When we follow the TCP conversation, we can see the ASCII encoded conversation which is gibbrish

I am not an expert, but I guess that’s proof enough that the connection is encrypted :smiley: