ssl question for 4.x urgent need help
Hi everyone
We need to enable ssl for a few pages in our site (sitefinity 4),but the pages needs to be accessible using https / http for the same user session
Right now, after adding a new binding of type HTTPS for the site in IIS 7, we see an unexpected behavior, even when entering HTTPS in browser the page is redirected to HTTP; why is this happening maybe we are missing some configuration settings?
Devusr,
I don't see it, there is only "Require SSL" but checking that will make the page accessible only by secured connection and the page should be viewable in http / https
Devusr,
Well, it is a page that shows a popup loaded through js after user action (clicking a button)
So we are looking to redirect to the same page using https and show the login popup after page load. Besides this, the page does not requires a secured connection so this is why https needs to be accessible when needed
That's about it, so we cannot achieve this even with overriding a HTTP module or something similar?