Now that I’ve updated my DNS record, do I need to (somehow) reinstall the SSL Cert in my browser? My localhost:2000 is currently generating this error when I try to GET using PHP:
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
Now that I’ve updated my DNS record, do I need to (somehow) reinstall the SSL Cert in my browser? My localhost:2000 is currently generating this error when I try to GET using PHP:
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
A certificate isn’t issued to localhost, it is issued to a domain, i.e. example.com
. You can use HTTP when testing locally.
I misspoke. I’m running a program on my localhost that is making a call to PHP on the server. Once the PHP on the server attempts to run, it throws this error “net::ERR_CERT_COMMON_NAME_INVALID” which I believe to be an SSL issue. (I recently migrated to a new server.)
What is your domain?
Also check out this guide
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.