lexiforest / curl-impersonate

An active fork of curl-impersonate with more versions and build targets.
MIT License
97 stars 15 forks source link

curl: (35) BoringSSL SSL_connect: SSL_ERROR_SYSCALL #77

Open Aubermean opened 2 months ago

Aubermean commented 2 months ago

I am seeing this a lot... having no trouble when using vanilla curl... seems the problem is if TLSv1.2 is not supported by the server, only TLSv1.3, but curl-impersonate uses 1.2...

lexiforest commented 1 day ago

Can you provide some urls? Vanilla curl will never report this kind of error, because it's not built with BoringSSL.