How to stop VMware port error of 443 on XAMPP Control Panel v3.2.1
It's easier to change the port in VMware Workstation:
- Edit > Preferences;
- Shared VMs tab;
- Disable;
- Change port;
- Enable.
Done.
Here is the solution step-by-step:
- Open up
httpd-ssl.conf
inpath2xampp\apache\conf\extra
- Look for the line
Listen 443
- Change port number to anything you want. I use
4430
. ex.Listen 4430
. - Replace every
443
string in that file with4430
. - Save the file.
- and, Finally restart your apache.
- done.