SSL

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
2/26/2011 8:04:46 AM
Gravatar
Total Posts 31

SSL

Hi!

By the way how to add this link to SSL
https://mysite.secure.omnis.com

Thanks,

Kind Regards

2/26/2011 8:13:38 AM
Gravatar
Total Posts 18439

Re: SSL

You are not really asking a clear question so I'm only guessing what you mean.

mojoPortal is not going to use a different host name for SSL, to use SSL you need to install an SSL certificate that matches the host name used by the site.

You can get free SSL certificates from StartSSL.

Hope it helps,

Joe

 

2/26/2011 8:26:52 AM
Gravatar
Total Posts 31

SSL installed in Host

Hi!

I have SSL installed in Host

I need point to :

https://mysite.secure.omnis.com

If you see secure.omnis.com at Omnis Network is not first like:

secure.mysite.com

at Omnis Networks i have:

https://cms-websimples.secure.omnis.com

SSL at CMS can be pointed to this way?

Thanks,

Kind Regards

2/26/2011 8:36:57 AM
Gravatar
Total Posts 18439

Re: SSL

If you have an SSL certificate installed then you need to set this in user.config:

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

this will make it use SSL for the login, register, user profile pages by default and then you will also be able to require SSL on all pages if you enable it from site settings or you can enable it on a page by page basis in page settings. These settings only appear in site settings and in page settings after you set the config setting.

Hope it helps,

Joe

 

2/26/2011 9:02:27 AM
Gravatar
Total Posts 31

Re: SSL

When I set to true

I can`t even login

and if I Loged in and I set it to true, than I get " Problem loading page"

When I try to load:

http://cms-websimples.secure.omnis.com/Admin/SiteSettings.aspx

Can be added some settings in Web.Config ?

Thanks

Regards

2/26/2011 10:07:43 AM
Gravatar
Total Posts 18439

Re: SSL

Hi,

It sounds like you are trying to use some kind of shared ssl proxy server, that is not going to work with mojoPortal.

Your site is really running at 

http://cms-websimples.com/ 

not http://cms-websimples.secure.omnis.com (that must be a proxied shared ssl site)

to use SSL you need to install an SSL certificate for cms-websimples.com, you cannot do it any other way.

Hope it helps,

Joe

2/26/2011 10:22:23 AM
Gravatar
Total Posts 31

Re: SSL

Sorry, yes this is

https://cms-websimples.secure.omnis.com/

not

http://cms-websimples.secure.omnis.com/

any way it`s not work

When I go just through:

https://cms-websimples.secure.omnis.com/

works all : Login, Register and rest in SSL

When I set it to true in Web.Config

I get error.

Any idea how I can resolve this ?

Thanks,

Regards

2/26/2011 10:39:30 AM
Gravatar
Total Posts 18439

Re: SSL

Sorry but it is NOT going to work. You need a real SSL certificate for your domain, you cannot proxy it through another domain.

Best,

Joe

2/27/2011 5:21:55 AM
Gravatar
Total Posts 31

Re: SSL

Hi Joe!

I have REAL SSL CERTIFICATE for this Domain:

Secure Sockets Layer (SSL)

https://cms-websimples.secure.omnis.com

This SSL work correct, if go by link, like have.

 

2/27/2011 6:01:28 AM
Gravatar
Total Posts 18439

Re: SSL

Sorry but that is a proxy server, it is not directly using ssl on your real site.

www.omnis.com is a hosting company and secure.omnis.com is a shared ssl proxy provided by the host.

IT WILL NOT WORK with mojoPortal.

2/27/2011 6:08:41 AM
Gravatar
Total Posts 31

Re: SSL

O.K. thanks Joe.

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