We ran a vunlerability scan on one of our web servers running Windows 2000 and IIS5, and it came back saying port 443 was listening, but it doesn't seem to be SSL (HTTPS). We don't have any certs on ...
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 ...