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
SSL certificate
Re: SSL certificate
TSplus HTML5 and Java web engineer
-
- Posts: 7
- Joined: Mon Jan 23, 2017 5:08 pm
Re: SSL certificate
I added
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?
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.
-
- Posts: 7
- Joined: Mon Jan 23, 2017 5:08 pm
Re: SSL certificate
I had to use
instead of true.
Now redirection works.
Michael
Code: Select all
disable_http_only="my.domain.tld"
Now redirection works.
Michael