Jump to content

SSL Only working part of the time


Recommended Posts

Hi --

 

Site in question: stretchshapes.net/

 

I recently purchased the EV Premium SSL cert from godaddy. It works okay.. but not always.

 

In firefox: If you add a product the address bar doesnt turn green. You have to reload the the checkout page to get the green bar.

 

In Chrome: You will get teh green bar unless you reload the page then it is broken.

 

I have checked and double checked that all resoruces on the page are being passed though ssl.

 

Any ideas?

Link to comment
Share on other sites

To me it seems fine please note that only cetain pages are covered under SSL, For example the cart pages account pages and so on not the entire site.

If you want the entire site to show HTTPS then you will need to add some code to your .htaccess file.

 

You can add this the the Specific configuration text area under tools/generators and generate a new .htaccess file.

 

 

 

RewriteCond %{HTTPS} off

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...