Hello Vercel Community,
I’m experiencing a perplexing SSL issue that suddenly appeared without any configuration changes on my part.
The Issue
- Custom domain (postello.io) suddenly shows “PR_END_OF_FILE_ERROR” during SSL handshake on ALL browsers
- Vercel subdomain (social-content-generator-frontend.vercel.app) works perfectly fine
- SSL Labs gives my domain an A+ rating with all tests passing
- This happened suddenly with no changes on my end
Technical Details
- Error:
PR_END_OF_FILE_ERROR
/Secure Connection Failed
- Domain provider: Namecheap
- DNS correctly pointed to Vercel
- SSL Labs confirms SNI support is required
- TLS 1.3 is correctly supported according to testing
Troubleshooting Steps Already Taken
- Removed and re-added the custom domain in Vercel dashboard
- Updated vercel.json with proper headers and redirects
- Verified DNS settings are correct in Namecheap
- Flushed DNS cache locally
- Tested in multiple browsers and devices
- Verified certificate shows as valid in Vercel dashboard
- Added proper HSTS headers
Questions for the Community
- Has anyone experienced a similar sudden SSL failure on custom domains?
- Are there known issues with Vercel’s edge network SSL handling for custom domains?
- What else can I check when the Vercel subdomain works but custom domain fails?
- Could this be related to recent changes in Vercel’s infrastructure?
Any insights would be greatly appreciated as this is blocking our production application!
Thanks in advance,
Ven