question

TonyJK-1323 avatar image
0 Votes"
TonyJK-1323 asked SamWu-MSFT answered

Binding in IIS Server - Server / Site or Application ?

Hi,

We just get a new TLS/SSL Certificate and need to bind in IIS Server.

Under the Default Web Site, there are a number of applications created by consultant.

We would like to know when we bind the SSL Certificate, should we bind it to the "Site" or we need to bind it to each individual "Application" ?

Besides, do we need to enable SSL for each application as well ?

Thanks

windows-server-iis
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

lextm avatar image
0 Votes"
lextm answered

Bindings can only be configured at site level. Therefore, if you enable an HTTPS binding, then all applications of that site can be accessed via HTTPS. Though it is possible to configure "require SSL" settings at application level, people now rarely use that (HTTP to HTTPS redirection is much better).

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SamWu-MSFT avatar image
0 Votes"
SamWu-MSFT answered

Hi @TonyJK-1323


We would like to know when we bind the SSL Certificate, should we bind it to the "Site" or we need to bind it to each individual "Application" ?

Usually we bind the certificate when configuring Site Bindings, it should bind to the "site".

About how to bind the ssl certificate in iis you can refer to tjhis link: how-to-set-up-ssl-on-iis.

125849-capture.png

do we need to enable SSL for each application as well ?

No, you can enable SSL according to your needs. for example, if the site is not configured with SSL Certificate, you don’t need to enable SSL



If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



capture.png (9.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.