Using SSl and secure cookies on multiple site

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/26/2012 6:43:45 AM
Gravatar
Total Posts 167

Using SSl and secure cookies on multiple site

Hi Jo,

I have been setting up SSL on a mojoportal site instalation with multiple site. Site1 is configured to SSL and the other site have not yet (I am trying to set up for multiple but have issue preventing that at the moment).

so as per https://www.mojoportal.com/use-ssl I have added requireSSL="true" to the appropriate place in the web config.

Site 1 is now sercre, however I cannot access the admin of the other sites as I get the following message in the message log.

The application is configured to issue secure cookies. These cookies require the browser to issue the request over SSL (https protocol). However, the current request is not over SSL.

The way arround this appears to be to remove the added requireSSL="true" is there a way to make this setting site specific.

Yes the goal would be to get all sites secure, but that is not immediatly possible.

 

11/26/2012 8:54:55 AM
Gravatar
Total Posts 18439

Re: Using SSl and secure cookies on multiple site

Hi,

Sorry but there is no way to make that setting site specific. You won't be able to use that unless all the sites are able to use SSL.

Best,

Joe

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