SSLIsAvailable

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/22/2011 3:01:50 PM
Gravatar
Total Posts 9

SSLIsAvailable

If I set SSLIsAvailable to false, mojo rewrites or redirects all https:// traffic to http://. It is forcing this apparently. Why?

1/22/2011 4:12:55 PM
Gravatar
Total Posts 2239

Re: SSLIsAvailable

Hi,

It is doing this because it is accounting for the nonexistence of SSL on your site. If SSL is still available but you set this setting to false, I can see where it could cause some confusion but there really isn't any reason to set it to false when your site is SSL capable.

HTH,
Joe D.

1/22/2011 5:21:47 PM
Gravatar
Total Posts 9

Re: SSLIsAvailable

>>It is doing this because it is accounting for the nonexistence of SSL on your site

That seems a little bizarre. The very fact that it redirected an SSL connection to non-SSL proves the existence of SSL on the site.

Since this is true, the property SSLIsAvailable should honestly be called DontRedirectSSLConnectionsToUnencrypted

(&MakeTheLoginPageSSL
&EnablePageSSLCheckBox
&WhateverElseIsHardcodedToThisProperty),

which is a bizarre implication compared to all other web applications.

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