• 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

Error Over SSL Request

Status
Not open for further replies.

fazalfiverr

Chevereto Member
Am using chevereto on applying over ssl plan whenever i shift domain from http to https ... shows mixed error problem and index doesnot loads properly


Please tell me how to solve this issue
 
Hi there,

Your license (Core license) doesn't include support on weekends so please be patient. Also, Chevereto uses this to determine the HTTP portocol:

lib/G/G.php
PHP:
define('G_HTTP_PROTOCOL', ((!empty($_SERVER['HTTPS']) and strtolower($_SERVER['HTTPS']) == 'on' ) or $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') ? 'https' : 'http');

If CloudFlare doesn't sends the HTTP_X_FORWARDED_PROTO, it is impossible to Chevereto to detect CloudFlare's HTTPs.
 
Status
Not open for further replies.
Back
Top