gorelay 支持录制 https 么
gorelay 支持录制https么尝试录制的443的内容虽然没有报什么错误 无法回方成功官网的解释没太明白, 貌似都需要在被测物上做一些改造Can I use Gor to intercept SSL traffic?
Basic idea is that SSL was made to protect itself from traffic interception. There 2 options:
Move SSL handling to proxy like Nginx or Amazon ELB. And allow Gor to listen on upstreams.
Use --input-http so you can duplicate request payload directly from your app to Gor, but it will require your app modifications.
More can be find here: https://github.com/buger/gor/issues/85
https://www.cnblogs.com/cainiaoit/p/8888415.html 参考下这个 这个不清楚,推荐先看下https://testerhome.com/topics/20745 https://www.cnblogs.com/cainiaoit/p/8888415.html 参考下这篇文章 百度下把
页:
[1]