cclient icon indicating copy to clipboard operation
cclient copied to clipboard

Proxy connect Timeout/Error

Open AncapCybergod opened this issue 3 years ago • 0 comments

Hello, I am passing in a proxy to the new client function as shown client, err := cclient.NewClient(tls.HelloChrome_Auto, "https://username:[email protected]:443/") using my own proxy that I know works.

I am getting the following error 2021/03/14 20:29:57 Get "https://www.google.com/": EOF exit status 1 after the connection hangs for a bit.

I appreciate the work you put into your repo, the tls requests consistently work on all urls unlike the mytls repo which hangs on some with a tls: server selected unsupported protocol version 304 error.

I was wondering where I should poke around to fix this or if there is a solution available.

AncapCybergod avatar Mar 15 '21 00:03 AncapCybergod