Hi,
Upvoting this issue as it has impacted us as well. Will there be a prod release that includes the fix?
The workaround we found was removing the dh algorithms.
Upvoting this issue as it has impacted us as well. Will there be a prod release that includes the fix?
The workaround we found was removing the dh algorithms.
conn.KeyExchangeAlgorithms.Remove("diffie-hellman-group-exchange-sha256");
conn.KeyExchangeAlgorithms.Remove("diffie-hellman-group-exchange-sha1");
Thanks!