I am encountering an SSL issue with multiple projects deployed on the default .vercel.app domain.
Recently, when accessing my .vercel.app sites, I see the following error:
“Your connection is not private”
Additionally, because of the HSTS policy that was set when the project was functioning properly, I am now unable to bypass this error and access the sites at all.
Important points:
Projects with only the default .vercel.app domain are affected.
Projects where I have added a custom domain are working fine without any issues.
I have tried redeploying, clearing the browser cache, creating a new project — but the issue persists.
It seems there may be a problem with SSL certificate renewal for the default Vercel domains.
Could someone from the Vercel team please look into this?
Antivirus Software: Yes, I am currently using AhnLab V3 Lite.
Browser Extensions: No significant extensions that would affect the connection.
VPN: No, I am not using a VPN.
Corporate Proxy: No, I am not behind any corporate proxy.
As I was unable to attach the vercel-debug.txt file due to attachment restrictions,
please let me know if there is an alternative way to send the debug file to you.
I have also temporarily disabled my antivirus software (AhnLab V3 Lite) and tested accessing [https://atmedia-nextjs.vercel.app/](https://atmedia-nextjs.vercel.app/), but the SSL error still persists.
Additionally, upon further inspection, it seems that the SSL certificate currently served for atmedia-nextjs.vercel.app is issued for *.vercel.sh instead of *.vercel.app.
Because of this mismatch, browsers are throwing the error NET::ERR_CERT_COMMON_NAME_INVALID and blocking access to the site.
Could you please verify and correct the SSL certificate associated with this project?
Please let me know if you need any further information.
Contact Your ISP: If the issue persists, your ISP’s DNS servers might be compromised
This appears to be a ISP issue rather than a configuration problem with your application. You can see SSL certificate is correctly installed here: SSL Checker
I would like to provide some additional information regarding the SSL certificate issue.
It seems that the same SSL error (NET::ERR_CERT_COMMON_NAME_INVALID) is occurring across multiple projects deployed under my account, not just atmedia-nextjs.vercel.app.
The SSL certificate is correctly installed which you can use third party service like SSL Checker or SSLlabs test to verify. Your DNS system is currently pointing to a different gateway which is causing the SSL issue. If you try switching DNS to Cloudflare or Google DNS or any other DNS service, it might work.