Using HTTP and HTTPS on TS

  • Thread starter Thread starter Lazo Basic
  • Start date Start date
L

Lazo Basic

Just a Quick question,



At my company I have set up Terminal Server for users to work from home, the
setup is simple you have Terminal Server-> Firewall -> Internet. Users have
to load Terminal Services Client on the PC than establish VPN link to
firewall than login to Terminal Server. I have now downloaded WEB based
Terminal services client which I would like them to use, it works fine using
HTTP but what do I have to do enforce web Based Client to use HTTPS, (SSL).

Thank you for your help.
 
The web-based client uses HTTP (or HTTPS) only to get to the initial web
page (and download the client if necessary). You can modify this by using
IIS admin.

The connection to the Terminal Server is always done using RDP. You control
the encryption on the Terminal Server, using Terminal Services Configuration
admin tool.

Rob
 
Thank Rob.
Rob Leitman (MS) said:
The web-based client uses HTTP (or HTTPS) only to get to the initial web
page (and download the client if necessary). You can modify this by using
IIS admin.

The connection to the Terminal Server is always done using RDP. You control
the encryption on the Terminal Server, using Terminal Services Configuration
admin tool.

Rob
 
Back
Top