Page 1 of 1

How to apply HTTPS SSL to Content pages?

Posted: Mon Oct 17, 2011 9:00 am
by pjs75
Hoping someone can help here. I'm just about to deploy my AC website, and have found that custom content pages (ie configured through Admin->Website->Content Pages) do not have HTTPS applied to them, when input into the ablecommerce.config file.

I guess this is related to the fact that they are not 'real' pages, but processed by the URL rewriter..

I have thought of enabling SSQL for entire site then selectively disabling for pages that don't need it - not sure if this is even possible.

If someone can assist, very happy to pay for your time as this is an urgent matter for me.

Thank you,

Patrick.

Re: How to apply HTTPS SSL to Content pages?

Posted: Mon Oct 17, 2011 9:08 am
by pjs75
Heh. Would you believe I took a stab and figured it out?

For anyone else interested, for content pages it uses page Webpage.aspx to serve them, so just add this to the list of secure pages:

<files>
<add path="Login.aspx" />
<add path="Webpage.aspx" />
..
..
</files>

Phew...

Pat.