• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Error Over SSL Request

badboy

Chevereto Member
Hello,

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

index:

qTs6or9.png



Source view:

mAfLqU0.png


Thanks
 
Chevereto uses https when the server has that header, that said, V2.X doesn't resolve CloudFlare false HTTPS.

Go to includes/chevereto.php and change this:
PHP:
define('SERVER_PROTOCOL', (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ) ? 'https://' : 'http://');

To this:
PHP:
define('SERVER_PROTOCOL', 'https');
 
same problem bro does having an actual ssl certificate resolve the problem?

on applyng changes shows like this

qTs6or9.png
 
Last edited:
With that hack you forced HTTPS and if the page looks like that you will need to refer to the server error response codes, most likely CSS and other files are not being served properly.
 
Hard to tell why is that happening if you don't provide the website url.
 
Sure thing sir! imgmak.com when image uploading page comes it redirects to https:// please do check it out yourself :)

thanks for your feedback largely appreciate it :)
 
When u activate SSL and open your website with HTTPS, your browser will store that. If you deactivate SSL and go back to HTTP, your browser will redirect you all the time to HTPPS ...
You have to delete your cache from your browser.

I can open your website without problems and also upload works.
 
yes mate all works fine but bbcodes does not show up for individual posts


thanks to all who is making efforts to help :)

Edit : admin panel is working
 
Back
Top