Closed jmhodges closed 2 months ago
Go 1.23.0 removes the TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA from the default cipher suites in HTTP requests made with the stdlib. So, we had to remove it from our test data. See https://github.com/golang/go/issues/66214
Go 1.23.0 removes the TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA from the default cipher suites in HTTP requests made with the stdlib. So, we had to remove it from our test data. See https://github.com/golang/go/issues/66214