Blog

Enabling HTTPS Support in TDS

March 10, 2015 | Charlie Turano

A lot of people ask about leveraging a HTTPS connection between their machine and the server. This connection is fully supported, out of the box with TDS. To implement this type of connection you simply need to make sure your certificates are properly managed.

If you are self-generating the certificate you will need to add it to the server yourself. This link provides a good example on how to create a self-signed certificate using IIS 7:

https://www.sslshopper.com/article-how-to-create-a-self-signed-certificate-in-iis-7.html

Otherwise, a certificate can be also obtained from a local Certificate Authority service, if that’s available on your environment. Ask your local IT support staff on how to obtain one. Once obtained, it can be easily added and used with the website you are using with TDS, in order to secure it.

TDS Best Of TDS 2015

Related Blog Posts

TDS Classic goes to Australia
Hedgehog Solution Architect, Sean Holmesby will be presenting at SUGCON ANZ. He gave insight on his topic and more. 
TDS 5.6 Feature Spotlight - Quick Push
A great tool for "quickly pushing" items from your TDS project to your Sitecore tree.
TDS How To: Install the TDS Connector for Rocks 2.0
Manually install the TDS connector for Sitecore Rocks 2.0
Sitecore Package Deployer
Creating an automated deployment process around Sitecore update packages can be difficult. The Sitecore Package Deployer is designed to simplify that process by automatically deploying packages from a folder on the Sitecore server.
Setting Visual Studio Online up with TDS
More and more people are starting to use Visual Studio Online. Since TDS 5.0, we supported use with Visual Studio Online. The set up; however, is a bit different with VSO than your local installation. This post will explain how to set up TDS within Visual Studio Online.
Custom TDS Validators
One of the coolest new features of TDS 5 was Validators. Validators allow a developer to have the build automatically check the Sitecore items in the TDS project against specific criteria and generate warnings or errors if the item meets the criteria. This blog post will document the process of setting up your own custom validator.
Setting Up Authenticated Access with TDS
Every now and again TDS users want to use an authenticated connection to the server. A majority of our users use unauthenticated, but we still need to support authenticated connections. Setting up an authenticated connection is simple and only requires a few additions to your TDS .config files.