cancel
Showing results for 
Search instead for 
Did you mean: 

Magento SSL issue

Magento SSL issue

Dear Friends,

 

I'm new in this form, and looking someone who help me to resolve my magento ssl issue, i'm using Magento ver. 1.9.1.0 and i just notice https issue on my site, whenever i'm trying to loading any of my website page, using below links formate, it redirect me on home page.

 

http://www.xyz.com/page (Working)

https://xyz.com/page (redirect on home page)

http://www.xyz.com/page (redirect on home page)

http://xyz.com/page (redirect on home page)

 

Appreciate any help/advise.

 

1 REPLY 1

Re: Magento SSL issue

You've set "Auto-redirect to Base URL" in System > Configuration > Web > Url Options.

 

With this configuration all requests that do not exactly match the base url will be redirected to the base url (any route paths are discarted).

 

Either turn this setting to No and implement the redirects in your webserver config (this is pretty easy for nginx)

or only use the correct base urls for linking to your store.

 

Also make sure the secure base url starts with "https://".