We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么我指定了
opts := &proxy.Options{ Addr: ":8080", StreamLargeBodies: 8024 * 1024 * 5, SslInsecure: true, }
启动后还是会报证书错误:
2024/03/14 10:16:18 http: TLS handshake error from [::1]:46348: remote error: tls: bad certificate 2024/03/14 10:16:18 http: TLS handshake error from [::1]:46338: remote error: tls: bad certificate 2024/03/14 10:16:18 http: TLS handshake error from [::1]:46346: remote error: tls: bad certificate 2024/03/14 10:16:18 http: TLS handshake error from [::1]:46354: remote error: tls: bad certificate 2024/03/14 10:16:18 http: TLS handshake error from [::1]:46356: remote error: tls: bad certificate 2024/03/14 10:16:18 http: TLS handshake error from [::1]:46362: remote error: tls: bad certificate 2024/03/14 10:16:19 http: TLS handshake error from [::1]:46376: remote error: tls: bad certificate 2024/03/14 10:16:19 http: TLS handshake error from [::1]:46366: remote error: tls: bad certificate
The text was updated successfully, but these errors were encountered:
不论怎样,你还是需要安装生成的证书的
Sorry, something went wrong.
安了也没有生效 就很奇怪
我用原生的mitmproxy就可以成功
No branches or pull requests
为什么我指定了
启动后还是会报证书错误:
2024/03/14 10:16:18 http: TLS handshake error from [::1]:46348: remote error: tls: bad certificate
2024/03/14 10:16:18 http: TLS handshake error from [::1]:46338: remote error: tls: bad certificate
2024/03/14 10:16:18 http: TLS handshake error from [::1]:46346: remote error: tls: bad certificate
2024/03/14 10:16:18 http: TLS handshake error from [::1]:46354: remote error: tls: bad certificate
2024/03/14 10:16:18 http: TLS handshake error from [::1]:46356: remote error: tls: bad certificate
2024/03/14 10:16:18 http: TLS handshake error from [::1]:46362: remote error: tls: bad certificate
2024/03/14 10:16:19 http: TLS handshake error from [::1]:46376: remote error: tls: bad certificate
2024/03/14 10:16:19 http: TLS handshake error from [::1]:46366: remote error: tls: bad certificate
The text was updated successfully, but these errors were encountered: