Skip to content

Instantly share code, notes, and snippets.

@pcostarg
Last active January 20, 2017 18:25
Show Gist options
  • Save pcostarg/a56b2d68a96eef20e82dd1397b17fe87 to your computer and use it in GitHub Desktop.
Save pcostarg/a56b2d68a96eef20e82dd1397b17fe87 to your computer and use it in GitHub Desktop.
XAMPP - Apache gets blocked on 443
Port 443 in use by "Unable to open process" with PID 8412!
Run command to find what is the process:
tasklist /fi "pid eq 8412"
Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
Skype.exe 8412 4 59.468 K
Skype seems to use this ports from time to time, for some reason.
To disable it:
Skype -> Tools -> Options -> Advanced -> Connections
Uncheck user port 80 and 443 for additional connections
Restart skype and XAMPP
If skype is still blocking check if another user is logged in with skype process opened as config is saved by user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment