--- title: "How To Enable SSL / HTTPS" slug: "how-to-enable-ssl-https" updated: 2023-11-22T11:49:31Z published: 2023-11-22T11:49:31Z canonical: "docs.biztalk360.com/how-to-enable-ssl-https" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.biztalk360.com/llms.txt > Use this file to discover all available pages before exploring further. # How To Enable SSL / HTTPS BizTalk360 Supports HTTPS and you can also verify the below link for enabling the http protocol. **Steps To Enable SSL / HTTPS For BizTalk360** In order to deploy BizTalk360 on HTTPS, your IIS must be enabled for HTTPS/SSL. The below links explain how to setup SSL on IIS 6/7. Please consult your IIS administrator before changing anything in your IIS, as it may affect other critical sites running on that IIS. IIS 7: Please [click here](http://www.iis.net/learn/manage/configuring-security/how-to-set-up-ssl-on-iis) Once you have setup SSL on your IIS, you will need to enable HTTPS for BizTalk360. Follow the steps as shown below: 1. Open **Web.config** from \Kovai Ltd\BizTalk360\Web 2. Change security mode for **basicHttpBinding** (refer screenshot below) 3. Change security mode for **webHttpBinding** (refer screenshot below) 4. Enable HTTPS for **serviceMetaData** (refer screenshot below) 5. The above steps will disable HTTP and enable HTTPS for BizTalk360. Depending on you IIS version and setup, you may need to reset IIS or recycle AppPool. Please consult your IIS administrator for more information. **What & Where To Change In Web.config** ![image.png](https://cdn.document360.io/253f6006-3994-42d0-98cd-fdc637f51791/Images/Documentation/image%28158%29.png) **Once after the change** ![image.png](https://cdn.document360.io/253f6006-3994-42d0-98cd-fdc637f51791/Images/Documentation/image%28159%29.png) **Note:** If you want to remove the default port (Port:80), but want to keep the custom port (Port:443), during the installation keeping the http(80), a registry key will consider the port 80 and the upgrade will fail because the custom port (Port:443) cannot be found. To avoid this conflict, while changing the new website port 80 to 443, you need to update the same in the registry as well. Go to -> HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BizTalk360\Properties ![image.png](https://cdn.document360.io/253f6006-3994-42d0-98cd-fdc637f51791/Images/Documentation/image%28160%29.png)