[Fixed] www.example.com:443:0 server certificate does NOT include an ID which matches the server name
Windows Apache server error.
Step 1: Open httpd-ssl.conf at here:
D:\xampp\apache\conf\extra
Step 2: Hash the line, and change to “localhost”
#ServerName www.example.com:443
ServerName localhost
Step 3: Save and restart Apache. Done