SSL certificate

Get help with installation and setup problems
Post Reply
bramkip
Posts: 2
Joined: Thu Feb 16, 2017 10:26 am

SSL certificate

Post by bramkip » Thu Feb 16, 2017 10:41 am

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

juwagn
Site Admin
Posts: 239
Joined: Wed Oct 15, 2014 8:25 pm

Re: SSL certificate

Post by juwagn » Thu Feb 16, 2017 11:12 am

TSplus HTML5 and Java web engineer

bzdega.cloud
Posts: 7
Joined: Mon Jan 23, 2017 5:08 pm

Re: SSL certificate

Post by bzdega.cloud » Thu Feb 16, 2017 12:24 pm

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?
Last edited by bzdega.cloud on Thu Feb 16, 2017 12:32 pm, edited 1 time in total.

bzdega.cloud
Posts: 7
Joined: Mon Jan 23, 2017 5:08 pm

Re: SSL certificate

Post by bzdega.cloud » Thu Feb 16, 2017 12:27 pm

I had to use

Code: Select all

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

Now redirection works.

Michael

Post Reply