Fired up Wireshark. I'm seeing a connection from the HDHR Record service to something, I'm guessing one of the HDHR devices. I'm not sure which, since the ipv6 discovery only displays the IPv4 addresses of the tuners, not the IPv6 addresses.
The connection is clearly attempting HTTPS since the destination port is 443. It appears to succeed as there is some encrypted application data that comes back.
Source Address: HDHR Record (2600

ed7:6100:####:####

df33)
Destination Address: 2606:4700:20::681a:dd5 (2606:4700:20::681a:dd5)
So, when I try to display https://[2606:4700::6812:dad]/ in FF, I get this error:
Code: Select all
An error occurred during a connection to [2606:4700::6812:dad].
Cannot communicate securely with peer: no common encryption algorithm(s).
Error code: SSL_ERROR_NO_CYPHER_OVERLAP
Hmm. When I try to visit the regular http://[2606:4700::6812:dad]/ (non-TLS) URL, I get a Cloudflare direct IP access not allowed.
So this is maybe my internal DoH to 1.1.1.1 resolver?
Further down, I'm seeing the HDHR Record device try to ping (ICMPv6) my EXTEND (DeviceID 10522C9A) which has the IPv6 address of 2600

ed7:6100:218:ddff:fe05:22c9 (which matches "0522c9"). And Wireshark says the Destination SLAAC MAC address is "Silicond_05:22:c9". Shortly after, I see another ICMPv6 exchange with fe80::218:ddff:fe07:40d6, and matches my QUATRO (DeviceID 10740D6C).
However, the QUATRO tries to ping 2600

ed7:6100

f626

4001, which I'm not sure what that is. Maybe another IPv6 device on my network saying "hello" back.
When I stopped the HDHR View app, Wireshark marked a connection from HDHR Record to https://[2606:4700:20::681a:dd5]/ in red, so I think that's the connection that is hanging/failing. And when I try that in my FF browser, I get the same SSL_ERROR_NO_CYPHER_OVERLAP.
So I think that's getting me much closer to the root cause. I'll see what some TLS debugging can give me.