#1218·goreplay

Can GoReplay capture HTTPS traffic in port 443?

Author: stefanie0722Created Aug 3, 2023Updated Dec 5, 2024

Currently we use Nginx ngx_mirror_module to implements mirroring of original HTTPS request and pass to other local port like 8081. So that Goreplay can capture this traffic in port 8081. But we have a concern that the mirroring in Nginx may have an impact on system performance while pressure testing, because lots of requests might cause the mirroring also take many system resource. So, is there any solution for GoReplay to capture the HTTPS traffic without modification on reverse-proxy nodes? Thanks!