Danny-Dasilva / CycleTLS

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

Add quotes for execPath strings (fixes `Could not connect to the CycleTLS instance within 4000ms` for certain cases) #339

Closed mlshv closed 2 months ago

mlshv commented 5 months ago

I had a problem with CycleTLS on Windows and OSX which was fixed by simply adding quotes to execString.

Here's the screenshot of the problem from powershell:

image

After I added quotes the problem has gone