padlock on login broken, because of header search and sidebox search. Any fix?
My website started showing padlock with yellow triangle when one arrives on login. When checking all, I find that advanced search and search sidebox causes this:
The page at 'https://www..../index.php?main_page=login' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://www....com/index.php?main_page=advanced_search_result'. This endpoint should be made available over a secure connection.
After turning off both header search and search sidebox, I see the login page shows nice green padlock on chrome.
I know, I need to upgrade and have a very bad history of messing during upgrade. Till then is there a way to disable the header search and sidebox search on login page and the following checkout shipping, checkout payment8 checkout confirmation pages etc till being transferred to paypal or whatever payment processor?
Thank you all.
Re: padlock on login broken, because of header search and sidebox search. Any fix?
Quote:
Originally Posted by
zenartman
My website started showing padlock with yellow triangle when one arrives on login. When checking all, I find that advanced search and search sidebox causes this:
The page at 'https://www..../index.php?main_page=login' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://www....com/index.php?main_page=advanced_search_result'. This endpoint should be made available over a secure connection.
After turning off both header search and search sidebox, I see the login page shows nice green padlock on chrome.
I know, I need to upgrade and have a very bad history of messing during upgrade. Till then is there a way to disable the header search and sidebox search on login page and the following checkout shipping, checkout payment8 checkout confirmation pages etc till being transferred to paypal or whatever payment processor?
Thank you all.
Link to your site?
Re: padlock on login broken, because of header search and sidebox search. Any fix?
I have found that just making the form SSL will fix this.
Re: padlock on login broken, because of header search and sidebox search. Any fix?
Quote:
Originally Posted by
swguy
I have found that just making the form SSL will fix this.
Thanks for the tip!
Re: padlock on login broken, because of header search and sidebox search. Any fix?
Hi Frank, the link is:
https://www.mongolianshop.com/index.php?main_page=login
Hi swguy,
How do you make forms SSL compatible? Any tutorial on the forum?
Thank you all.
Re: padlock on login broken, because of header search and sidebox search. Any fix?
The call to zen_draw form contains a call to zen_href_link. The third parameter of that call is $request_type. Change this to 'SSL'. (This is in includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php). You have to do that for both sideboxes that have this issue.
Re: padlock on login broken, because of header search and sidebox search. Any fix?
Thank you Swguy very much. That resolved it. Amazing!