How to apply HTTPS SSL to Content pages?

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
pjs75
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Thu Jul 14, 2011 9:10 pm

How to apply HTTPS SSL to Content pages?

Post by pjs75 » Mon Oct 17, 2011 9:00 am

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.

pjs75
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Thu Jul 14, 2011 9:10 pm

Re: How to apply HTTPS SSL to Content pages?

Post by pjs75 » Mon Oct 17, 2011 9:08 am

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.

Post Reply