--- title: "Secure a Master Data Manager Web Application | Microsoft Docs" ms.custom: "" ms.date: "03/01/2017" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "setup-install" ms.tgt_pltfrm: "" ms.topic: "article" ms.assetid: e360ba3a-e96b-4f85-b588-ed1f767fa973 caps.latest.revision: 9 author: "sabotta" ms.author: "carlasab" manager: "jhubbard" --- # Secure a Master Data Manager Web Application You can secure the [!INCLUDE[ssMDSmdm](../../includes/ssmdsmdm-md.md)] web application with HTTPS. > [!NOTE] > The [!INCLUDE[ssMDSmdm](../../includes/ssmdsmdm-md.md)] web application can use either HTTP or HTTPS, but not both. ## Prerequisites To perform the procedure: - You must be an administrator on the web server where [!INCLUDE[ssMDSmdm](../../includes/ssmdsmdm-md.md)] is installed. - MDS must be installed on the web server, and a web application must exist. For more information, see [Install Master Data Services](../../master-data-services/install-windows/install-master-data-services.md) and [Create a Master Data Manager Web Application (Master Data Services)](../../master-data-services/install-windows/create-a-master-data-manager-web-application-master-data-services.md). ### To secure the Master Data Manager web application with HTTPS 1. After you have confirmed that the [!INCLUDE[ssMDSmdm](../../includes/ssmdsmdm-md.md)] web application is configured correctly with HTTP, create a certificate in IIS. For more information, see [Configuring Server Certificates in IIS 7](http://technet.microsoft.com/library/cc732230\(WS.10\).aspx). 2. In the **Connections** pane, under **Sites**, click the site that hosts the [!INCLUDE[ssMDSmdm](../../includes/ssmdsmdm-md.md)] web application. 3. In the **Actions** pane, click **Bindings**. 4. Click **Add**. 5. From the list, select **https**. 6. Select the SSL certificate. 7. Click **OK**. 8. Optional. To remove HTTP so that users can access the site with HTTPS only, from the list, click the row with **http**. Click **Remove** and on the confirmation dialog box, click **Yes**. > [!IMPORTANT] > You must change basicHttp and wsHttpBinding configurations after removing HTTP. 9. To close the **Site Bindings** dialog box, click **Close**. 10. Now open the web.config file from *drive*:\Program Files\Microsoft SQL Server\130\Master Data Services\WebApplication. 11. Find the string `` and change it to ``. 12. Save and close the file. If you get an error, it could be because you have UAC enabled. For more information, see [Turn off User Account Control](http://technet.microsoft.com/library/cc709691\(WS.10\).aspx). Users should now be able to use HTTPS to access the site. ## See Also [Create a Master Data Manager Web Application (Master Data Services)](../../master-data-services/install-windows/create-a-master-data-manager-web-application-master-data-services.md)