Amazon ElastiCache Cluster Client is an enhanced PHP library to connect to ElastiCache clusters. This client library has been built upon libmemcached and is released under the Apache License.
Hi all, I'm trying to connect to Elasticahe Memcached with TLS on PHP 7.4. I already installed PHP extension which downloaded from AWS Console. But I am getting these errors (it does not happen with extension on PHP 8.2)
Fatal error: Memcached::createAndSetTLSContext(): Failed to create/set TLS context: Client cert and key must both be specified
Hi all, I'm trying to connect to Elasticahe Memcached with TLS on PHP 7.4. I already installed PHP extension which downloaded from AWS Console. But I am getting these errors (it does not happen with extension on PHP 8.2)
These are my code for your reference
Thanks you in advanced