[AZ-1124] Cycle 12 closure docs and cycle 13 task slate

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-06-26 13:21:00 +03:00
parent 7dac986996
commit b055450e40
11 changed files with 216 additions and 10 deletions
@@ -18,7 +18,7 @@ public static class GrpcTestHelpers
var caCertPath = ResolveCaCertPath();
if (!string.IsNullOrEmpty(caCertPath))
{
var caCert = X509Certificate2.CreateFromPemFile(caCertPath);
var caCert = X509Certificate2.CreateFromPem(File.ReadAllText(caCertPath));
handler.SslOptions = new SslClientAuthenticationOptions
{
RemoteCertificateValidationCallback = (_, certificate, _, errors) =>