microsoft / vscode-azurecache

Azure Cache for Redis is a fully managed, open source–compatible in-memory data store to power fast, scalable applications. Use this extension to view data in your Azure Caches and monitor them at a glance.
https://marketplace.visualstudio.com/items?itemName=ms-azurecache.vscode-azurecache
MIT License
7 stars 8 forks source link

Cannot connect to clustered cache over SSL #8

Open JeffreyCA opened 4 years ago

JeffreyCA commented 4 years ago

There is a bug in ioredis (https://github.com/luin/ioredis/issues/1149) that prevents it from connecting to a clustered Azure cache over SSL, so the extension always connects over non-SSL for clustered caches.

This is not ideal and users cannot connect to clustered caches that are SSL-only.