You are on page 1of 1

From above, I came to know that error is with SSL configuration.

Now, here are the steps.

Step 1: Change port for Apache


1.

Open c:\xampp\apache\conf\httpd.conf in notepad.

2.

Find Listen 80 and change it to Listen 8036.

3.

Find ServerName localhost:80 and change it to ServerName localhost:8036.

4.

Save the file.

where 8036 is any port no you may choose.

Step 2: Change Port for SSL


1.

Open c:\xampp\apache\conf\extra\httpd-ssl.conf in notepad.

2.

Find Listen 443 and change it to Listen 442.

3.

Find <VirtualHost _default_:443> and change it to <VirtualHost _default_:442>.

4.

Find ServerName localhost:443 and change it to ServerName localhost:442.

5.

Save the file.

DONE!
Start xampp from control panel to see if some error is printed, and test also likehttp://localhost:8036/
1.

Find Listen 80 and change it to Listen 8036.

2.

Find ServerName localhost:80 and change it to ServerName localhost:8036.

3.

Save the file.

You might also like