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

[BUGS-6457] Warning when using tls protocol #442

Open
rfair404 opened this issue Jun 30, 2023 · 4 comments · May be fixed by #466
Open

[BUGS-6457] Warning when using tls protocol #442

rfair404 opened this issue Jun 30, 2023 · 4 comments · May be fixed by #466

Comments

@rfair404
Copy link

https://github.com/pantheon-systems/wp-redis/blob/4e8c04e1db484bd2f72a6b3d92532f7dd3ae40c3/object-cache.php#L1268C3-L1268C44

It appears that the "file_exists" function does not know how to handle files with tls:// prefix. the specific warning is

Warning: file_exists(): Unable to find the wrapper "tls" - did you forget to enable it when you configured PHP? in /pubwebdev/html/wp-content/plugins/wp-redis/object-cache.php on line 1259

That is a bit of a confusing warning, because in fact I have openssl enabled.

Perhaps an additional condition can be added here to check if the host is not tls.

@rwagner00
Copy link
Contributor

Thanks for the report, I'm creating an internal Issue to check on this. To clarify, is this blocking any functionality, or just producing the warning?

@rwagner00
Copy link
Contributor

Internal: tracking in BUGS-6457

@rfair404
Copy link
Author

rfair404 commented Jun 30, 2023 via email

@pwtyler pwtyler changed the title Warning when using tls protocol [BUGS-6457] Warning when using tls protocol Aug 14, 2023
@tshafer
Copy link

tshafer commented Aug 18, 2024

Any update on this warning?

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

Successfully merging a pull request may close this issue.

3 participants