We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245e1c2 commit 5bee21bCopy full SHA for 5bee21b
1 file changed
SecureHttpClient.Test/CertificatePinnerTest.cs
@@ -8,7 +8,7 @@ public class CertificatePinnerTest : TestBase, IClassFixture<TestFixture>
8
{
9
private const string Hostname = @"www.howsmyssl.com";
10
private const string Page = @"https://www.howsmyssl.com/a/check";
11
- private static readonly string[] PinsOk = { @"sha256/tNHPMl2y54ftLKwCc4NOQH8Cy9MKxPAuxcxF533s6sY=" };
+ private static readonly string[] PinsOk = { @"sha256/sv2dhDQcUI6CMLwTGDREDLc9oi5cgvTvS5L1E4rsg/0=" };
12
private static readonly string[] PinsKo = { @"sha256/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=" };
13
14
private const string Hostname2 = @"github.com";
0 commit comments