Port 443 is used by computers to divert network traffic on the internet via web servers. It establishes an encrypted connection with a web server. Sites beginning with https:// using the lock icon are ...
Modify your Apache configuration (or whatever webserver you're using) to not Listen on every interface, but just 127.0.0.1. This will cause it to only allow HTTP and HTTPS from ...