- August 29, 2009
- 1,730
- 1,124
- Home Country
- Netherlands
- Thread starter
- #61
I'm not sure what you are trying to do. There is no reason why you'll want the service to run on port 443. The service itself doesn't support HTTPS, so running it on port 443 doesn't make it more secure.
If you are concerned about the passwords going in clear-text over the internet, I would run WebMP with IIS on HTTPS, and don't expose the service to the internet. This means that the passwords are send encrypted from the client to WebMP.
If you are concerned about the passwords going in clear-text over the internet, I would run WebMP with IIS on HTTPS, and don't expose the service to the internet. This means that the passwords are send encrypted from the client to WebMP.