[Fixed] www.example.com:443:0 server certificate does NOT include an ID which matches the server name

ChongHwi
1 min readOct 19, 2018

--

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

--

--