I am experiencing an accessibility issue with my custom domain:
Custom domain: свадьбаильианны.рф
Unicode form: свадьбаильианны.рф
Project: ilya-anna-wedding
Current setup:
- Vercel DNS is authoritative:
- The apex domain redirects with HTTP 308 to:
https://www.свадьбаильианны.рф/ - The www domain is assigned to the Production deployment.
The authoritative DNS response is:
dig @ns1.vercel-dns.com xn--80aaacdn4aa0awa1b7jfe.xn--p1ai A +short
216.198.79.1
The problem is that some users cannot establish an HTTPS connection to the Vercel IP assigned to the domain.
From an Android phone / Termux:
curl -I -v --connect-timeout 15 \
--resolve "xn--80aaacdn4aa0awa1b7jfe.xn--p1ai:443:216.198.79.1" \
"https://xn--80aaacdn4aa0awa1b7jfe.xn--p1ai/"
* Trying 216.198.79.1:443...
* Connection timed out after 15002 milliseconds
curl: (28) Connection timed out after 15002 milliseconds
At the same time, from a PC on the same home Wi-Fi, the same IP works correctly:
curl.exe -I -v https://xn--80aaacdn4aa0awa1b7jfe.xn--p1ai/
* Trying 216.198.79.1:443...
* Established connection to xn--80aaacdn4aa0awa1b7jfe.xn--p1ai (216.198.79.1 port 443)
< HTTP/1.1 308 Permanent Redirect
< Location: https://www.xn--80aaacdn4aa0awa1b7jfe.xn--p1ai/
< Server: Vercel
Multiple visitors have reported that the site does not open for them, so this appears to affect more than one user/device.
Could you please investigate possible routing, connectivity, or edge reachability issues for 216.198.79.1:443, especially from residential/mobile networks? DNS resolution, TLS configuration, and the Vercel redirect configuration appear correct; the failure occurs before the TCP/TLS connection is established.
Please let me know whether you need traceroute/MTR output, affected ISP/country details, or any additional diagnostics.
Thank you.
to let others see and understand the problem!