ssl error invalid or self-signed certificate magento image upload

家住魔仙堡 提交于 2019-12-10 16:46:14

问题


ssl error invalid or self-signed certificate magento image upload

Any have solution for this error.Please rectify my problem


回答1:


In my case it was because of .htaccess password protected website. Removing temporarily the password protection fixed the problem.




回答2:


In the Base URL fields you should enter the unsecure (regular) web site URL and the web site URL for the SSL connections. You can leave the other values unchanged, as they will be set automatically by the script after you enter the Base URL.




回答3:


In my case this only happened on staging magento servers. They had an HTACCESS file that was whitelisted for the IP and both had the HTTP site listed in the "Secure" and "Unsecure" section of the magento web configuration. Using Firefox, it would fail every single time, trying to upload a product image. The only solution that worked reliably each time was to install and use Chrome. For some reason, that seemed to solve our issue throughout all of our servers. This error never showed up on our production server that had a real SSL installed.



来源:https://stackoverflow.com/questions/13245365/ssl-error-invalid-or-self-signed-certificate-magento-image-upload

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!