Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > Full-Site SSL? View modes: 
User avatar
Member
Member
wrb-seqinc - 5/10/2011 12:24:21 PM
   
Full-Site SSL?
Is there a way to force SSL for an entire site? I know you can do it section-by-section but that seems problematic as a particular page can override the inheritance and it would be hard to tell.

Thanks,
Ryan

User avatar
Certified Developer 9
Certified Developer 9
charbf - 5/13/2011 2:54:22 PM
   
RE:Full-Site SSL?
You can Require SSL on the Root document


User avatar
Member
Member
wrb-seqinc - 5/14/2011 6:24:06 AM
   
RE:Full-Site SSL?
I tried this, but it's not enforced on the whole site if sub-documents override the permissions and don't inherit from the parent.

Ryan

User avatar
Certified Developer 9
Certified Developer 9
charbf - 5/14/2011 7:49:59 AM
   
RE:Full-Site SSL?
Then eather you change the code that handle the rewriting

Or you do it at the IIS level

User avatar
Certified Developer 9
Certified Developer 9
charbf - 5/14/2011 7:50:06 AM
   
RE:Full-Site SSL?
Then eather you change the code that handle the rewriting

Or you do it at the IIS level

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 5/16/2011 5:27:54 AM
   
RE:Full-Site SSL?
Hi,

Which permissions you mean? Do you mean the document level security permissions of the SSL settings? You can have different document level permissions set for the document and still leave the SSL setting to inherit from parent.

Best regards,
Juraj Ondrus

User avatar
Member
Member
wrb-seqinc - 5/17/2011 4:25:50 PM
   
RE:Full-Site SSL?
I'm talking about the SSL settings. I realize they're separate but they can still be changed on the document level. I was just trying to minimize the possibility of the client changing this by accident. I figured if it could be set globally without the ability to override on the child documents that would be best.

Ryan

User avatar
Certified Developer 9
Certified Developer 9
charbf - 5/17/2011 9:42:09 PM
   
RE:Full-Site SSL?
Hi Ryan,

You can use UI personalisation and remove the SSL section for a specific role

SiteManager > Administration > UI Personalization

In Dialogs chose the Module Content

in the treeview there is Properties > Security

remove the checkbox on Require SSL

for more info

http://devnet.kentico.com/docs/5_5r2/devguide/index.html?ui_profile_configuration.htm

User avatar
Member
Member
wrb-seqinc - 5/18/2011 11:07:25 AM
   
RE:Full-Site SSL?
Wonderful - thanks!