You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you encounter remote error: tls: handshake failure, add
GODEBUG=tlsrsakex=1 to your environment variables, RSA keyExchange was dropped in Go 1.22
If you want to validate if the site is using RSA (broken) or ECDHE (OK), Go into the certificate view, if the certificate is provided by Let's Encrypt, CNs starting with R- are RSA, E- are ECDHE. This is also available under Details -> Certificate Fields -> Subject Public Key Info
The text was updated successfully, but these errors were encountered:
If you encounter
remote error: tls: handshake failure
, addGODEBUG=tlsrsakex=1
to your environment variables, RSA keyExchange was dropped in Go 1.22If you want to validate if the site is using RSA (broken) or ECDHE (OK), Go into the certificate view, if the certificate is provided by Let's Encrypt, CNs starting with R- are RSA, E- are ECDHE. This is also available under Details -> Certificate Fields -> Subject Public Key Info
The text was updated successfully, but these errors were encountered: