You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed an Azure Redis Enterprise cluster as following:
Azure type: Microsoft.Cache/redisEnterprise
sku
name: Enterprise_E10
capacity: 2
Clustering Policy: OSSCluster
Maxmemory policy: VolatileLRU
I am getting the following issue when trying to connect to my cluster private endpoint (full is in the log specific field):
Redis Cluster error Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: IP: [my private endpoint IP] is not in the cert's list:
at Object.checkServerIdentity (node:tls:337:12)
at TLSSocket.onConnectSecure (node:_tls_wrap:1695:27)
at TLSSocket.emit (node:events:519:28)
at TLSSocket._finishInit (node:_tls_wrap:1085:8)
at ssl.onhandshakedone (node:_tls_wrap:871:12) {
...
Description
Hi,
I deployed an Azure Redis Enterprise cluster as following:
I am getting the following issue when trying to connect to my cluster private endpoint (full is in the log specific field):
I am using:
Here is nodejs code.
If I ignore tls certificate validation using
rejectUnauthorized: false,
my code works.Could you help me fixing this issue?
Node.js Version
v20.17.0
Redis Server Version
7.2.4
Node Redis Version
4.7.0
Platform
Linux 5.15.173.1-1.cm2 x86_64 arch_bits:64
Logs
The text was updated successfully, but these errors were encountered: