Site Map not loading when using SSL

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.
11/3/2010 12:09:33 PM
Gravatar
Total Posts 2

Site Map not loading when using SSL

Hi,

Thanks again for your excellent efforts in keeping the site going and I'm looking forward to seeing where the site continues in the future.

I'm running mojoPortal 2.3.5.5 MSSQL on IIS 6 on W2003. I have an SSL certificate installed and the files are required to use it in IIS. I have set the user.config to SSLIsAvailable, SSLIsRequired, and marked the SSL is require checkbox. All of the pages are served fine by SSL, and always have the correct url.

I have a https://.../SiteMap.aspx link. When you click this you get the 403.4 error for SSL is required. It is as though the handler is automatically redirecting to the non SSL page, and then IIS is rejecting it. If you manually type the https:// in again it sometimes works, sometimes doesn't.

I'm sure its not a bug, but more of an IIS web.config issue, but I don't know where to look. Any thoughts would be helpful.

 

Thanks.

11/3/2010 12:14:32 PM
Gravatar
Total Posts 18439

Re: Site Map not loading when using SSL

Hi,

If you add this to your user.config then touch Web.config to make it reload settings it should solve this issue.

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

Best,

Joe

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