saucesteals / utlsproxy

MITM Proxy with TLS mimicry
GNU General Public License v3.0
27 stars 3 forks source link

Reuse self-signed certificate by host #4

Closed HMaker closed 1 month ago

HMaker commented 1 month ago

goproxy supports setting up a certificate store to avoid generating new certificate for every proxy connection, see: https://github.com/elazarl/goproxy/blob/7cc037d33fb57d20c2fa7075adaf0e2d2862da78/examples/goproxy-certstorage/main.go#L15-L16

I suggest you to use the following cert store from open PR: https://github.com/elazarl/goproxy/pull/456/commits/ac903b0f516b4b07599ab573d837cbaccb26feba#diff-1e31133eccc42c3c4bc3c320eee23200b0ed8354a2bdd708579d5cad94d31aec

I needed that to property intercept traffic from Android webviews. It requires unique self-signed SSL certificates by host.