How do I setup TeamCity 4.0 so that I can access it over port 443 on the internet? e.g. https://teamcity.mydomain.com
I am running IIS 7 on the same server that TeamCity is installed. I see two options:
Setup TeamCity to use port 8443 and create a reverse proxy in IIS that routes requests to the TeamCity public IP address to the Tomcat port on the internal IP address.
Setup Tomcat to run on a different IP address than IIS 7, and configure TeamCity to run on port 443.
I'm not sure on the details of either of these steps.