You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: