Hello,
I am passing in a proxy to the new client function as shown
client, err := cclient.NewClient(tls.HelloChrome_Auto, "https://username:password@hostname.com: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.
Hello,
I am passing in a proxy to the new client function as shown
client, err := cclient.NewClient(tls.HelloChrome_Auto, "https://username:password@hostname.com: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 1after 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 304error.I was wondering where I should poke around to fix this or if there is a solution available.