-
Notifications
You must be signed in to change notification settings - Fork 68
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
Comments
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? |
Internal: tracking in BUGS-6457 |
Functionality is working, just a warning.
…On Fri, Jun 30, 2023, 16:04 J Ryan Wagner ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub
<#442 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFOM3UJODG5ETRF6FE62NLXN5EPHANCNFSM6AAAAAAZ2FO5DY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
pwtyler
changed the title
Warning when using tls protocol
[BUGS-6457] Warning when using tls protocol
Aug 14, 2023
Any update on this warning? |
EarthlingDavey
added a commit
to EarthlingDavey/wp-redis
that referenced
this issue
Sep 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 isThat 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.
The text was updated successfully, but these errors were encountered: