1

I'm using Magento 2, and I'm trying to find the field of "use secure URL for static files" (or similar label).

I can find web/unsecure/base_url into mgxo_core_config_data , but not that one, I need to delete it, as my website wouldn't load any resource on https for some reason.

1
  • Have you found a solution for this? Commented Jun 11, 2016 at 23:15

1 Answer 1

0

Try running the following command from your root install directory.

bin/magento setup:store-config:set --use-secure="0" --use-secure-admin="0"
0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.