[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Website not working in pakistan without vpn 71 views · 2 likes · 5 posts Arsalanstack (@arsalanstack) · 2025-09-19 My domain **gpgcq.com** is not loading in Pakistan without a VPN, although it works with a VPN. I have verified that: * Nameservers are correctly set to: * ns1.vercel-dns.com * ns2.vercel-dns.com * DNSSEC is **disabled** at the registrar (Namecheap). * It has been over **72 hours** since the DNS changes propagated globally (checked via DNSChecker). * Multiple SSL certificates exist for this domain, but I cannot delete or activate any of them. For comparison, my other domain, **truequetta.com**, is on a different Vercel account and works correctly in Pakistan. This suggests the issue is **not an ISP or local blocking**, but something on Vercel’s side (possibly stuck certificates or verification). Could you please: 1. Clear any stuck SSL certificates for gpgcq.com. 2. Ensure the domain is fully functional in Pakistan and globally. system (@system) · 2025-09-19 The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for [bonus points](https://community.vercel.com/t/introducing-the-vercel-leaderboard/1358). https://vercel.com/docs/projects/domains/troubleshooting You can also use [v0](https://v0.dev/) to narrow down the possibilities. Amy Egan (@amyegan) · 2025-09-19 · ♥ 1 Can you have the user run the vercel-debug script? I know that might be inconvenient, but it’s the best way for us to identify whether the problem is related to their network configuration, Internet service provider, or another factor outside of Vercel’s infrastructure (there are no blocks in place to prevent users from accessing the site from our end). I've sent a DM to you with the script and instructions Amy Egan (@amyegan) · 2025-09-23 · ♥ 1 It appears to be a network connectivity issue related to your internet service provider. You said VPN works and the script showed that DNS resolution works. SSL certificate is valid ( i just checked again to be sure). However, when trying to connect you see "[connection reset by peer](https://stackoverflow.com/questions/1434451/what-does-connection-reset-by-peer-mean)". There are also DNS inconsistencies, which can indicate ISP-level DNS manipulation or filtering. Since this works with VPN, your ISP might be blocking or throttling connections to some international servers. You can contact your ISP to request help with that. Or you could try using different DNS servers, like [Google Public DNS](https://developers.google.com/speed/public-dns/), in your network settings. This is unfortunately a common issue in some regions where ISPs have restrictions on some international services. The good news is that the domain and Vercel configuration appear to be working correctly based on your debug output. system (@system) · 2026-01-20 Hi @arsalanstack! 🔔 This thread's been quiet for a while. If you're still facing issues, please share any relevant details (logs, screenshots, error messages) so we can take another look!