Skip to content
New issue

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

Add support for TLS connection between GoReplay instances #457

Closed
buger opened this issue May 24, 2017 · 1 comment
Closed

Add support for TLS connection between GoReplay instances #457

buger opened this issue May 24, 2017 · 1 comment
Labels
enhancement New feature or feature request
Milestone

Comments

@buger
Copy link
Owner

buger commented May 24, 2017

Both --input-tcp and --output-tcp should support TLS.

@buger buger added the enhancement New feature or feature request label May 24, 2017
@buger buger added this to the 0.17 milestone May 24, 2017
@buger buger modified the milestones: 0.16.1, 0.17 Jun 23, 2017
@buger buger closed this as completed Jun 27, 2017
@zengxiaobai
Copy link

zengxiaobai commented May 3, 2018

HI, can I capture the https traffic to server like nginx but not goreplay which listen to port 443, if i have the certificate which nginx uses. Seems that the 443 port must be listened by goreplay?

such as this:
(443 port is not listened by goreplay but by nginx)
./goreplay -output-http "http://183.6.9.206:443|60%" -input-tcp-secure --input-tcp-certificate "/usr/local/nginx/cert/dd.crt" --input-tcp-certificate-key "/usr/local/nginx/cert/ddkey" -input-raw-bpf-filter "dst port 443" -input-raw ":443"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or feature request
Projects
None yet
Development

No branches or pull requests

2 participants