I 've written a base https in config.php and all went well but when pressing a button on a cart remove update that notifications appear."The information you have entered on this page will be sent over an insecure connection and could be read by a third party."
https problem
-
- Posts: 9
- Joined: Fri Feb 19, 2016 10:51 pm
https problem
im using https but when i try to remove the cart, the notification show up
Re: https problem
Have you set "Use SSL" to yes in admin/settings?
-
- Posts: 9
- Joined: Fri Feb 19, 2016 10:51 pm
Re: https problem
yes i have..
how can i fixed it?
how can i fixed it?
Re: https problem
So, you have not modified HTTP_BASE, and just added https://whatever to HTTPS_BASE line?
Re: https problem
This is not a problem or a bug. When you add items to the cart, you can view the cart through http.
If you hit checkout, you will be directed to login, which uses https. After you login, you are directed back to cart, again using https.
Only checkout or customer pages use https. if you were anywhere in the checkout process and return the the display pages like home, category, etc, you will by using http. Anytime you go from a https, secure server page, to a http page, this notice is generated by the browser.
If you hit checkout, you will be directed to login, which uses https. After you login, you are directed back to cart, again using https.
Only checkout or customer pages use https. if you were anywhere in the checkout process and return the the display pages like home, category, etc, you will by using http. Anytime you go from a https, secure server page, to a http page, this notice is generated by the browser.
-
- Posts: 1
- Joined: Tue Dec 27, 2016 4:07 am
Re: https problem
That is definitely right @Brent ! SSL is only used when the user is logged in and/or when on checkout page.Brent wrote:This is not a problem or a bug. When you add items to the cart, you can view the cart through http.
If you hit checkout, you will be directed to login, which uses https. After you login, you are directed back to cart, again using https.
Only checkout or customer pages use https. if you were anywhere in the checkout process and return the the display pages like home, category, etc, you will by using http. Anytime you go from a https, secure server page, to a http page, this notice is generated by the browser.
Re: https problem
how much does ssl certificate cost? Is it necessary for SEO?
Re: https problem
It is not necessary for SEO. Ask your host for price.