Page 1 of 1

SSL not fully secure after forced 301 redirect (Solved)

Posted: Sat Feb 11, 2012 2:08 pm
by sylvesterng
Hi, I been searching for solutions but have found none. Basically I was trying to redirected domainname.com to http://www.domainname.com as add-to-cart buttons on store's frontpage is not working when customers landed on domainname.com but works fine when they landed on http://www.domainname.com. Yes, The redirect works just fine but IE, firefox and opera show SSL in checkout page is not fully secured. After viewing page sources, I found that some of the links weren't in https. How do I fix this? Thanks in advance!! ???

Re: SSL not fully secure after forced 301 redirect

Posted: Sat Feb 11, 2012 11:29 pm
by Daniel
thats going to be a problem with the template you used.

images need to be set to :// url

also check your config files.

: SSL not fully secure after forced 301 redirect

Posted: Sun Feb 12, 2012 12:02 pm
by sylvesterng
Problem solved! After removed page_content_module extension, ssl is fully encrypted.