goeapi icon indicating copy to clipboard operation
goeapi copied to clipboard

Fix tls handshake failure with go1.22

Open higebu opened this issue 2 years ago • 2 comments

RSA KEX cipher suites has been marked insecure in go1.22. See https://github.com/golang/go/commit/dc5a0d276bbcd6120325c9e0f9c8fd099fa2b8d6

higebu avatar Feb 22 '24 03:02 higebu

i just came across this issue too, @higebu I think you also have to add tls.CipherSuites otherwise it will only use the older suites and not the newer ones

MoltenCan avatar Jul 26 '24 02:07 MoltenCan

@MoltenCan I added tls.CipherSuites. Thanks!

higebu avatar Aug 05 '24 06:08 higebu