jmhodges / howsmyssl

The web app running howsmyssl.com
MIT License
343 stars 57 forks source link

bump go.mod to 1.23.0 #713

Closed jmhodges closed 2 months ago

jmhodges commented 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