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
复制代码
|