exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
59 stars 24 forks source link

phpThumb doesn't work on firefox #1529

Open lAndresul opened 3 years ago

lAndresul commented 3 years ago

Hey, thumbnail images are not working on firefox under https urls, it gets a 'secure conection failed' error message, the only workaround that i could find was setting this option to true:

$PHPTHUMB_CONFIG['cache_force_passthru'] = true;

But this change will get lost if i update my exponent version, so im wondering if there is a way to override this config and not lose the configuration from above?

Thanks

dleffler commented 3 years ago

First off, I'm not able to reproduce this error as the secure sites I'm running all serve the thumbnails correctly without issue under Firefox (and other browsers)...though I've gotten a report of another site not properly configured for https operation whereby Exponent doesn't see it as a secure site and uses a BASE_URL of http:// instead of https://

Do the page thumbnails display properly AFTER you refresh the page?

In most installations, changing the setting to true prevents the thumbnails from displaying.