摘要:
https网站访问第三方https网站时候报错: The request was aborted:Could not create SSL/TLS secure channel. 解决办法: if(Url.StartsWith("https",StringComparison.OrdinalIgno 阅读全文
摘要:
创建连接池 调用 这是会出现错误 command role not support for your account 解决方案: 在创建连接池的时候 加入这样一句代码 RedisConfig.VerifyMasterConnections = false; 问题解决! 另外一个错误 NOAUTH A 阅读全文