Danny-Dasilva / CycleTLS

Spoof TLS/JA3 fingerprints in GO and Javascript
GNU General Public License v3.0
944 stars 174 forks source link

feat(transport): Add support for client certificates #358

Open lihe07 opened 2 months ago

lihe07 commented 2 months ago

This PR attempts to introduce support for client side certificates.

This will not be a breaking change, but will add a new option to request options. Certificates []tls.Certificate

It's still a draft. If there is anything that I need to do to get this merged, please let me know.

alexey-sh commented 3 weeks ago

Would you mind adding some examples in js?