My XAMPP V3.2.2 was working fine with green https lock until this Chrome update to Version 58.0.3029.96 (64-bit)
It still works with Microsoft Edge and FireFox. How can I get it to work in latest Chrome? Here is the error:
Subject Alternative Name Missing
The certificate for this site does not contain a Subject Alternative Name extension containing a domain name or IP address.
Here is what I did to get the green lock for all browsers before:
"C:\xampp\apache\makecert.bat"
Fill passowrds, hit for everything BUT define "localhost"!!! Common Name (e.g. server FQDN or YOUR name) []:localhost (Certificates are issued for domain name zone only!)
- Restart apache
- Chrome -> Settings -> Search "Certificate" -> Manage Certificates -> Trusted Root Certification Authorities -> Import -> "C:\xampp\apache\conf\ssl.crt\server.crt" -> Must Ask "YES" for confirmation!
- https://localhost/testssl.php -> [OK, Green!]
Again now it still works for all browsers except latest Chrome.