gpt4 book ai didi

python - 捕获 MITM 代理内联脚本中的 SSL 验证错误

转载 作者:太空宇宙 更新时间:2023-11-03 11:26:15 25 4
gpt4 key购买 nike

我正在使用 MITM Proxy使用 Python 捕获请求/响应 Inline Scripts .如果出现证书验证错误,MITM 代理会将日志行写入标准输出,例如

127.0.0.1:34390: SSL verification failed for upstream server at depth 0 with error: 18

是否可以在内联脚本函数中捕获此证书验证错误?如何捕获?我只能在此脚本中捕获 http 请求和响应。如果用内联脚本不可能,也许我可以用 libmproxy 来做?

最佳答案

我遇到了同样的问题。值得庆幸的是,mitmproxy 的代码非常干净且组织良好。您将能够像这样检索错误:

def request(context, flow):
print flow.server_conn.ssl_verification_error

关于python - 捕获 MITM 代理内联脚本中的 SSL 验证错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33004552/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com