sitefinity mixed http https mode
We have an intranet site built using Sitefinity and it is currently redirecting anyone who tries to access the site using ssl https to port 80 (http). Has anyone else enountered this and is there a setting I need to change to allow https traffic as well as http traffic?
Thanks!
Hello Adam,
You can enable SSL for particular page that will need https connection. Go to Actions->Title & Properties of the page and check Require SSL checkbox, this way you will have this page accessible trough https. If you have IIS settings that encrypts http pages to https or the reverse have in mind Sitefinity will expect http response from a page that doesn`t use SSL and https responce from a page that requires SSL becasue Sitefinity manages encryption and description of request when page requires SSL and another software or hardware device manages description you may encounter problems.
Greetings,
Stanislav Velikov
the Telerik team
I think he's asking for a ternary option for HTTP on a page.
1. HTTP
2. HTTPS
3. HTTP or HTTPS (however the page is accessed, process it, don't redirect)