302 redirect on galaxy from http to https

Hi,

I’d like my app (www.sboulder.com) to be reachable on http but there’s a 302 redirect to https no matter the settings in galaxy (I did not check “force https”)
Any Idea why I’ve got this ?
If you ask why I need http it is because arduino devices are sending http requests to my api and https is too heavy for them. I need them to be able to use http to connect to my rest api

Thanks for your help

Fixed, I forgot I had the force-ssl package installed.