Description
The RedisEngine sets ssl options in the 7th parameter of the pconnect() (see line no. 337) however it doesn't accept ssl at all. The method pconnect() only accepts stream and auth context options (see). This ssl option set at the moment has no effect and it doesn't throw any warning also so it gets silently ignored.
I can send PR to fix this.
CakePHP Version
5.4.1
PHP Version
No response
Description
The RedisEngine sets
ssloptions in the 7th parameter of thepconnect()(see line no. 337) however it doesn't acceptsslat all. The methodpconnect()only acceptsstreamandauthcontext options (see). Thisssloption set at the moment has no effect and it doesn't throw any warning also so it gets silently ignored.I can send PR to fix this.
CakePHP Version
5.4.1
PHP Version
No response