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
I had the same issue (but then while connecting with google.com). Didn't research it any further, but using SHA512/RSA certificates rather than ECDA fixed it. PR: #4
The issue in not the certificate algorithm, but rather the curve that is embedded here. The code uses elliptic.P521() which is not supported by Chrome it appears. Switching it to elliptic.P256() makes it work for me. Edit this line here: https://github.com/kr/mitm/blob/master/cert.go#L66
handshake hm.baidu.com:443 remote error: tls: illegal parameter
The text was updated successfully, but these errors were encountered: