2881099 / FreeRedis

🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.
MIT License
924 stars 165 forks source link

怎么指定SSL CA证书 #129

Closed ccccccmd closed 1 year ago

ccccccmd commented 1 year ago

怎么指定SSL CA证书?

2881099 commented 1 year ago

暂时使用修改源码方式解决,在 DefaultRedisSocket.cs 第 233 行代码。

将 NetworkStream 修改为 SslStream,并自行做验证。