Required path allowlist
Your external proxy must allow traffic to these specific paths without blocking, redirecting, or heavily caching:/.well-known/acme-challenge/*- Required for Let’s Encrypt certificate verification/.well-known/vercel/*- Required for Vercel domain verification/mintlify-assets/_next/static/*- Required for static assets
Header forwarding requirements
Ensure that your proxy correctly forwards theHOST header. Without proper header forwarding, verification requests will fail.
Testing your proxy setup
To verify your proxy is correctly configured:- Test that
https://[yourdomain].com/.well-known/vercel/returns a response. - Ensure SSL certificates are provisioning correctly in your Vercel dashboard.
- Check that domain verification completes successfully.