• Tigerbite

    (@tigerbite)


    I’m using woocommerce.

    Whenever I have the force https/force http boxes checked everything is secured fine on those pages (ie. padlocks with no errors), however whenever I’m on my account or the checkout page and click home or some other page it doesn’t always force me back to http and my css breaks over https.

    (On the other hand if I use a plugin like wordpress https and only secure the account/checkout pages, I don’t have to worry about it sending me to other pages over https. BUT, on firefox I get the padlock, but on Chrome I get a message saying:

    Mixed Content: The page at ‘https://snowspell.com/my-account/’ was loaded over a secure connection, but contains a form which targets an insecure endpoint ‘https://snowspell.com/’. This endpoint should be made available over a secure connection.

    Any suggestions?

    Thanks.

    https://www.ads-software.com/plugins/wordpress-https/

Viewing 1 replies (of 1 total)
  • Is this for all users or just the admin? If it’s the admin, make sure you force ssl for wp-admin. If it’s just a typical search form, this is actually due to your coding. You have http hardcoded or the permalink for the search page is a non-https page. So the warning is valid. try to not force to http or https but instead just use // as this will point to the current protocol.

Viewing 1 replies (of 1 total)
  • The topic ‘Mixed Content’ is closed to new replies.