- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017
09:38 PM
09-04-2017
09:38 PM
Can't execute SSL
I set "Yes" for both "Use Secure URLs on Storefront & Admin" in backend.
After saved, the site still in "information or insecurity" mode, and
the frontend not in normal displaying,
and get "ERR_TOO_MANY_REDIRECTS" message from admin page.
Please help!
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017
09:52 PM
09-04-2017
09:52 PM
Re: Can't execute SSL
Just remove var/generation, var/page_cache and var/view_preprocessed folder from root.
Give full permission to var generation folder and pub/static folder.
Run below command,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:flush
Clear browser cache.
Update:
have you check your mod_rewrite is enable or not? If not enable please enable mod_rewrite.
if issue solved,Click Kudos/Accept as solutions.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017
10:46 PM
09-04-2017
10:46 PM
Re: Can't execute SSL
after remove the folders, can't execute those commands?