[NFR]: Add support for custom TLS/SSL settings on Redis Adapter #16711
Labels
5.0
The issues we want to solve in the 5.0 release
new feature request
Planned Feature or New Feature Request
Is your feature request related to a problem? Please describe.
When using a self signed certificate, Redis requires either verification be turned off or a certificate provided on handshake. The current implementation does not support custom settings.
Unsupported Settings for the
ssl
configurationDescribe the solution you'd like
The unsupported SSL settings added to the the Redis Adapters.
Describe alternatives you've considered
As an alternative, I have created a custom adapter that invokes the client directly with custom configuration. However this solution does not use the phalcon AbstractAdapter classes.
The text was updated successfully, but these errors were encountered: