I’m trying to setup SSL and Apache on localhost. So far, I follow all the steps from:
http://www.webopius.com/content/355/getting-mamp-working-with-ssl-on-os-x
However, when I test my browsers:
From Safari It says: It can’t verify the identify of website localhost.
From Chrome displays: “Site security certificate is not trusted!”
Does know how to fix that? I appreciate if anyone can point me to the right direction?
Did you purchase an SSL certificate from a Certificate Authority (CA)? If not, then you’ve most likely got a self-signed certificate. Since no CA has ‘signed’ your cert, it cannot be verified as authentic, and browsers will rightfully complain about that.
If the CA’s “stamp of approval” wasn’t required to make a cert “valid” for a browser, it’d be beyond trivial for anyone to forge a
microsoft.comorgoogle.comcertificate and pose as any site they wanted to. “Look ma, it must be google! the browser’s showing the key icon!”