Jump to content

SSL po zalogowaniu problem "Mixed Content"


Jakub.K

Recommended Posts

Presta 1.5.6.2 i SSL z home

w BO włączone SSL (nie na wszystkich stronach) brak zielonej kłódki po zalogowaniu komunikat:

 

"Mixed Content: The page at 'https://akcentonline.pl/moje-konto'

was loaded over a secure connection, but contains a form which targets an insecure endpoint

'http://akcentonline.pl/szukaj'. This endpoint should be made available over a secure connection.

 

nie mam juz pomysłu co zrobić , poproszę o pomoc

Jakub

Link to comment
Share on other sites

O ruszaniu była by mowa gdyby to był nowy sklep, jednak stoi on na wersji 1.5 więc już kilka lat ma, tutaj na Twoim miejscu skupiłbym się na zmianie szablonu na responsywny i na taki który wyeksponuje produkty. Dodatkowo to SSL uruchom na cały sklep nie tylko na stronę logowania. Błąd prawdopodobnie leży w pliku blocknewsletter.tpl lub search-top.tpl i tam jest <form action="" i ten własnie prametr action wczytuje się bez https, nie wiem czy tam masz normalnie czy w smarty podane.

 

Prawdopodobnie masz:

 

<form method="get" action="{$link->getPageLink('search')|escape:'html'}" id="searchbox">

zamień na:

{if $search_ssl == 1}<form method="get" action="{$link->getPageLink('search', true)|addslashes}" id="searchbox">{else}<form method="get" action="{$link->getPageLink('search')|addslashes}" id="searchbox"{/if}

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...