What does this setting do in IIS - Ssl Settings - Require SSL ?

THIRUNARAYANAN SOWRIRAJAN 0 Reputation points
2024-06-05T13:24:46.4533333+00:00

I would like to understand the effect of this setting in IIS 

What happens when this check box named "Require SSL" is checked?

Does this enable https: protocol on a http site? such that the website can be browsed with https: in the URL?

Does this allow only https: urls? and does not allow http: urls on a web application?

I can't possibly find any information surrounding this checkbox if checked!RequireSSl

Windows development Internet Information Services
Developer technologies ASP.NET Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2024-06-05T16:30:18.1366667+00:00

    it requires ssl (https) on any connection to the site. it does not force redirect. yes, http:// will not not be allowed.

    0 comments No comments

  2. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2024-06-06T06:46:15.0466667+00:00

    @THIRUNARAYANAN SOWRIRAJAN

    Select Require SSL (Secure Sockets Layer) to enable a 40–bit data encryption method that you can use to help secure transmissions between your server and clients. This option setting works in both intranet and internet environments.

    More information you can refer to this link: SSL Settings.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.