Currently we're using Ruby's Net::HTTP's method and it doesn't know to fall back to ipv4 if it can't find the ipv6 address.
Net::HTTP only takes one arg, an IP address OR a hostname, so this would require an upstream patch to Ruby for us to resolve so that SSL cert verification still works properly.