SSL on IIS7

Discussion in 'Windows / IIS' started by CasperJ, Nov 5, 2008.

  1. Hi there,

    I'm about to enable SSL on my website, but need to know one thing for sure before I do it. Does the http (port 80) stops working afterwards? I need both protocols to be working (both http AND https)

    //Casper J
     
  2. Both HTTP and HTTPS will be working.
     
  3. Is there a way to force only https connections?
     
  4. You can use the IIS 7 Manager > SSL settings > Require SSL check box.

    Then select Error Pages > Add > enter status code "403.4".

    You can then choose to display a static error message or redirect.
     
  5. I tried that but all the options appear to be disabled (for SSL Settings). On the right hand corner there is an alert with the following: "This feature has been locked and is read only." I thought maybe this was controlled by the host.

    Any thoughts as to why that would be disabled? Thanks.
     

Share This Page