Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am using WooCommerse 2.1.1 & wordpress version 3.8.1. I am getting SSL error while redirecting to Login/Register link in my project.... Please help me to solve this error.... & also getting same error while visiting Dashboard, View Order, Change Password pages from My Account.... Please help me to solve this error...

https://wordpress.org/plugins/woocommerce/
Posted

1 solution

Fix SSL error


Google chrome shows a yellow or red icon if they see a potential risk on the site. Firefox is worst because it shows an error alert message warning the user. This is NOT good for your website’s reputation (specially the donate page of non-profits). When you see a yellow message or red message, it means that you have insecure content on a secured page. All what that means is that you may have images and scripts that are http:// instead of https://. You might be wondering why that might be the case? Well basically if you inserted an image in your donate page through WordPress, have images in your sidebar (social icons), have any social media scripts (facebook like box), or any other sort of media item, then your page has insecure content. A quick fix for this would be to use iThemes Fix SSL/Non-SSL Links plugin.
This plugin will simply change all http:// requests on the page with https:// requests. This will cause an increase in server load, but it is not significant enough.
It is important to note that this plugin does not alter anything that you add manually (i.e facebook like iFrame in the sidebar etc). You should just have those with https:// anyways. This plugin takes care of all the scripts loaded in the header and such. Plugins that are not coded properly will cause issues. Those fixes are on case by case basis.



reference:

http://www.wpbeginner.com/wp-tutorials/how-to-secure-your-wordpress-pages-with-ssl/[^]

https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900