Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

@ashfurrow Have you tested if your instance really can be accessed over IPv6 for real? Some fetches in Mastodon make a round-trip -- the resource you fetch in turn fetches something from you to verify who you are -- this is where IPv6 connectivity could play a role. If you aren't serving anything from your IPv6 address, you may be able to solve the problem by just disabling your IPv6 address.

No comments
Ash Furrow

@Gargron It appears to be accessible, based on a tool I found online. However, outbound traffic from the machine appears to only have IPv4 connectivity. I'll have to look into how to enable that – maybe it's a DigitalOcean thing. Thank you.

Ash Furrow

@Gargron I think I found the issue, which is of course Docker’s fault 😭 It’s externally accessible via IPv6 but it doesn’t have access to outbound IPv6 networks. I need to look into this more, but it appears that Docker Compose v3 actually removed the enable_ipv6 support because Docker doesn’t support IPv6 in Swarm mode (whatever that means).

God I just want this to work, time to dust off the “list of things I need to do to move off of Docker” list.

Go Up