So I was looking at all the settings as I just set the server up and I saw force https so I turned it on and it immediately said force https-enabled please use https so I went to do it but nothing comes up.
I just ended up reinstalling the software and all should be good
Did you change the website Help Desk URL to have a https:// prefix? Did you configure your webserver to serve https?
Good morning I also accidentally enabled the flag on https, obviously I haven't enabled centos https and I can't access osticket anymore ..... how can I disable the flag via ssh?
@rrcky564 @superante
You will need to login to the database, go to the ost_config table, find the record where key = 'force_https', and update the value from on to empty.
ost_config
key = 'force_https'
on
Cheers.
I think that this SQL query ought to do it for you if you don't use a gui. UPDATE ost_config SET value = '' WHERE key = 'force_https';
UPDATE ost_config SET value = '' WHERE key = 'force_https';
Thanks!!!!
Does this mean that you are all set and that I should close this thread?
Yes