Magento – How to enable https for the magento site

magento-1.8ssl

I am using magento version 1.8.

I have installed ssl certificates from godaddy and given the base secure url as https://www.mydomain.com. I have also selected both the options

Use secure urls in frontend and Use Secure urls in admin.

But when I try with https I am getting page not found error. And am not able to access into my admin page. My site is working fine though.

Best Answer

You need to change.

In the same tab check Offloader header value is SSL_OFFLOADED

If you want to use ssl for all pages, then need to change Base unsecure Url

unsecure url is also set with https

bottom part of the configuration (mind SSL_OFFLOADED)

Related Topic