SSL HTTPS -> Empty

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.
10/23/2010 12:24:59 PM
Gravatar
Total Posts 27

SSL HTTPS -> Empty AdminMenu.aspx

Hello,

i have SSL in the "Web.config" enabled:

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

When i klick the Login, the Site is https, Logon OK.

Profilsite OK, all OK...

When i goin the Adminsite and then klick "General Web Settings" then is the Site empty.

I see Problem is the LINK: .../cms/cms/Admin/AdminMenu.aspx

Correct Link is : .../cms/Admin/AdminMenu.aspx

What can i do ?

Thanks for Help !

10/24/2010 7:08:13 AM
Gravatar
Total Posts 27

Re: SSL HTTPS -> Empty

When i set:

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

in the Web.config then is the Link to the AdminMenu.aspx OK.

Is this Settings OK ?

Where there is a documentary about ssl ?

Thanks

 


 

10/24/2010 9:06:56 AM
Gravatar
Total Posts 18439

Re: SSL HTTPS -> Empty

What version of mojoPortal? I think we fixed an issue like this in version 2.3.5.4.

The proxy setting is only meant for if your web server is behind a proxy server which can sometimes cause problems.

10/24/2010 12:00:19 PM
Gravatar
Total Posts 27

Re: SSL HTTPS -> Empty

Hello, thanks for the reply.

Sorry, would have to write the same. Version 2.3.5.4 is current.
I not have a proxy server.

When i disable the SSL the Link works.
When i enable SSL (without Proxy Option) the Adminsite have broken Links. skin preview does not and more, Problem with uncorrect Hyperlinks ... ?

It would be nice if I could fix this little problem..

Thanks for a very good CMS!

ps. Please excuse my bad English ;)
 


 

10/26/2010 6:16:50 AM
Gravatar
Total Posts 18439

Re: SSL HTTPS -> Empty

Sorry but I can not reproduce this problem with the latest version.

Make sure you are not trying to use multiple sites based on folders. If you run multiple sites based on folders the first site must be a root level site it cannot run in a sub folder cms

so make sure this is not true in your config

<add key="UseFoldersInsteadOfHostnamesForMultipleSites" value="false" />

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