Post Login SSL, pre-login http:80

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
7/8/2008 9:58:19 AM
Gravatar
Total Posts 43

Post Login SSL, pre-login http:80

Hi,

I wish to have a publicly facing website and a private SSL secured extranet, preferably set up with just one mojoportal site.

I wish to secure all post-login transactions with SSL. Is this supported by the current release of Mojoporatal?

I know there's a "Secure" folder with the obvious SSL-required pages like the pages for logging in. I don't want to have to force SSL for every page, as the site should advertise to the public as well as provide a secure extranet.

In custom development, I would have a secure subdirectory with all post-login pages residing there, then force SSL via IIS on this secure folder.

How can this be achieved with mojoportal?

Thanks,

Kenny

7/8/2008 10:32:27 AM
Gravatar
Total Posts 43

Re: Post Login SSL, pre-login http:80

Okay - I lose points for not being observant.

Once the following configuration keys are added:

    <add key="SSLIsAvailable" value="true" />

    <add key="EnableSSLInChildSites" value="true" />

In the page settings for each page that SSL should be forced, in the Security tab, choose the SSL tab, then tick "Require SSL".

Voila.

Thanks,

Kenny

You must sign in to post in the forums. This thread is closed to new posts.