• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Impossible use https (mixed content)

Status
Not open for further replies.

maximus

Chevereto Member
When i turn on https the mixed content cannot be loaded in chrome.
The functionallity fails.

Replace links with https detection or ://

For example:
Function CHV\Render\get_theme_file_url(...) don't detect https and this content is blocked.

Font icons, css, js fails also.
 
Last edited:
System detects the protocol accepted by the server (either HTTP and HTTPS) and makes the switch according to what is needed. FYI, in any HTTPS website you shouldn't load static content as HTTP (like images or assets) because that breaks the HTTPS status in mostly all browsers.
 
Hmm, I use Flexible SSL from cloudflare and this fails for me.
Maybe the script don't detect this type of SSL.
Please, see attachment.
 

Attachments

  • cff1.png
    cff1.png
    24.5 KB · Views: 4
It should work with Flexible SSL as long as CloudFlare keep sending the right request headers. In the past they use to send a certain value in order to tell websites that the content was HTTPS+CloudFlare. Maybe they changed that header, and in that case I will need to see a $_SERVER dump to check it.

Actually, I've enabled Flexible SSL on the demo and it works just as expected.
 
Status
Not open for further replies.
Back
Top