SSL only

Discussion in 'Windows / IIS' started by darbysoftwa, Nov 12, 2010.

  1. Hi... is there a way to prevent http access i.e. prevent port 80? I want to only allow https connections (SSL). Thank you
     
  2. mjp

    mjp

  3. You can prevent http access programmatically

    I prevent http access programmatically to login page on my website
    . There are no way to access this page without ssl.
     
  4. mjp

    mjp

    That option works too, but for some people it's easier to have us do the block.

    There is an advantage to doing it programmatically, of course, and that is you maintain flexibility and control over your traffic. You can change up whenever you need to.
     

Share This Page