Redis Cache Premium

John Fak 60 Reputation points
2023-10-19T17:14:15.8266667+00:00

Curious.
The documentation and testing requires that SSL=true be set in connecting to a redis cache.
But there is no root cert or anything passed at runtime.
A cert isnt required for authentication then - but will still run over SSL ?

see
https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-python-get-started

^^ No mention of cert requirements - but SSL=True is mandatory.
So the code works but

  1. We passed no SSL cert in code
  2. There was no ssl_ca_certs set on client server

[on24admin@e3-jfaktest01 ~]$ env | grep -ic ssl_ca_certs

0

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
222 questions
{count} votes

Accepted answer
  1. GeethaThatipatri-MSFT 27,987 Reputation points Microsoft Employee
    2023-10-20T00:22:03.7933333+00:00

    Hi,@John Fak Thanks for posting your question in the Microsoft Q&A forum.

    No client cert is required to use TLS encryption because we do not do mutual TLS authentication. We only support the client authenticating the server’s certificate.

    I hope this information helps.

    Please let me know if you have any additional questions.

    Regards

    Geetha

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful