Commit a149dfce authored by Marc Gravell's avatar Marc Gravell

put the azure cert logging into antoher test, 'cos it be trolling me

parent 4b48086b
...@@ -57,6 +57,7 @@ public async Task AuthenticationFailureError() ...@@ -57,6 +57,7 @@ public async Task AuthenticationFailureError()
options.Ssl = true; options.Ssl = true;
options.Password = ""; options.Password = "";
options.AbortOnConnectFail = false; options.AbortOnConnectFail = false;
options.CertificateValidation += SSL.ShowCertFailures(Writer);
using (var muxer = ConnectionMultiplexer.Connect(options)) using (var muxer = ConnectionMultiplexer.Connect(options))
{ {
muxer.ConnectionFailed += (object sender, ConnectionFailedEventArgs e) => muxer.ConnectionFailed += (object sender, ConnectionFailedEventArgs e) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment