NGINX Home Assistant SSL proxy - IPv6

Hi,

I’m trying to configure IPv6 to access my HA installation. I’m using the NGINX Home Assistant SSL proxy addon already for SSL on IPv4, and I thought it’s as easy as just pointing the AAAA record to my IPv6 address, and all will be ok, however I always get a connection timeout. The logs are not really usefull either, I get some “Operation timed out) while reading upstream” error messages but I’m not even convinced that these are related.
Any tips where I could see the default server configuration of the addon? At this stage I’m not even sure if the addons listen on IPv6 at all.

What IPv6 setup do you have?
EUI, auto-config, DHCPv6, DHCPv6-PD or static?

Static. Got a static /48 range from my ISP.

And your ISP do not require you to make a PD request before using it?

Not sure what is the PD request, but I can confirm that IPv6 works well. I’ve configured a seprate Nginx instance on a different PI, and forwwarded to the port 8123 of my HA, and that works like a charm. Just through the addon has an issue.

PD is short for prefix delegation and is often required to do before the ISP open up for the IP range, but it sounds like yours are working with static only.
I must say I gave up on IPv6 a while back, because many of the addons did not work properly with it and I run HTTPS directly on HAOS, so there is no NGinX either.
That means I can not help you with that then.