Hello again,
I found a solution for this case.
In object-cache.php:503 I added ‘ssl’
and in my envs I defined: define('WP_REDIS_SSL', ['verify_peer' => false, 'verify_peer_name' => false]); works like a charm.
My question is now, if this a “pro” feature or shall I create a PR for that?
Kind regards,
Martin
Hi @gonzalesc,
thank you for your reply.
But, this is new right?
Because with 1.9.3.5 it is showing the Gutenberg editor 🙂