Current location - Quotes Website - Team slogan - How does iis configure http and https to use the same domain name and port?
How does iis configure http and https to use the same domain name and port?
Configure IIS to be used on the same domain name and port at the same time), and keep the port number at the default value of 443.

Click OK to save the binding settings.

Your website is now configured to use https.

Next, we will configure the http binding:

Continue to open IIS Manager and select your website in the left navigation bar.

Right-click the website and select Edit Binding.

In the Site Binding dialog box, click the Add button.

Select http in the type drop-down menu, and then select your server IP address in the IP address field.

Enter your domain name in the Host Name field and keep the port number at the default value of 80.

Click OK to save the binding settings.