Page 1 of 1

SSL certificate

Posted: Thu Feb 16, 2017 10:41 am
by bramkip
Hi,

I installed the free SLL certificate on the server and its works well. But how can I prevent that the loginscreen is visible via http ?
Or is there a way re-direct to https ?

Best regards,
Bram

Re: SSL certificate

Posted: Thu Feb 16, 2017 11:12 am
by juwagn

Re: SSL certificate

Posted: Thu Feb 16, 2017 12:24 pm
by bzdega.cloud
I added

Code: Select all

disable_http_only=true


in the settings.bin and restarted the webserver, but there is no redirect when i go to http://myserver.com.

Any ideas what went wrong?

Re: SSL certificate

Posted: Thu Feb 16, 2017 12:27 pm
by bzdega.cloud
I had to use

Code: Select all

disable_http_only="my.domain.tld"
instead of true.

Now redirection works.

Michael