mikelucid Posted November 7, 2012 Share Posted November 7, 2012 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 More sharing options...
Dh42 Posted November 7, 2012 Share Posted November 7, 2012 Do you have a link to the site? Also clear your browsers caches and try it. Most browsers have a setting where they cache ssl certificates and you can clear that cache too. Link to comment Share on other sites More sharing options...
mikelucid Posted November 7, 2012 Author Share Posted November 7, 2012 (edited) my website is www.stretchshapes.net cleared all browsers settings and still getting this. thanks for your reply Edited November 7, 2012 by mikelucid (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted November 7, 2012 Share Posted November 7, 2012 (edited) Try disabling this module, vtemslideshow. Clear your cache and see if you still have the same problem. Edited November 7, 2012 by DesignHaus42 (see edit history) Link to comment Share on other sites More sharing options...
mikelucid Posted November 7, 2012 Author Share Posted November 7, 2012 tried that still having the same issue. any other ideas? Link to comment Share on other sites More sharing options...
tdr170 Posted November 8, 2012 Share Posted November 8, 2012 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 More sharing options...
v2910 Posted November 23, 2012 Share Posted November 23, 2012 Hi tdr170, After you use the RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} in htaccess, the Block Newsletter module stops working. What is the reason for that? Can you provide any solution for this ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now