We have an IIS server running a website with HTTPS access on the server already.
We need this server to provide remote desktop gateway services to other servers on the network.
Today I installed Remote Desktop Services. I used the same certificate used for the website. After I finished the installation, I got an error from IIS that somebody else is using port 443 (SSL) and the website cannot use the binding anymore.
Of course, that was the Remote Desktop Gateway using the binding.
Is it possible to use both services on the same machine? (one IP, one interface only) as I understand Remote Desktop Gateway must use port 443?
Thanks
What I did eventually is encrypt and tunnel the RDP connections on both servers according to this guide (using Putty and Copssh). We log in to the internal machines by RDPing into them from within the Webserver itself (We understand the risk here).
I also wrote a batch file to automate the login procedure. The script will terminate automatically upon logging off from the internal machine. (note: the ping command delays the remote desktop menu, thus giving the user enough time to enter the SSH password):
Yes it is.. But it has to be part of your existing website as you discovered that you can't bind two different sites to the same host name. It requires a bit of setup, but yes, you can accomplish this using the same DNS name and/or IP.