Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpThumb doesn't work on firefox #1529

Open
lAndresul opened this issue Sep 20, 2020 · 1 comment
Open

phpThumb doesn't work on firefox #1529

lAndresul opened this issue Sep 20, 2020 · 1 comment

Comments

@lAndresul
Copy link

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
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants