goproxy icon indicating copy to clipboard operation
goproxy copied to clipboard

examples/goproxy-websockets import ecordell/goproxy instead elazarl/goproxy

Open 4n70w4 opened this issue 3 years ago • 0 comments

Is this a mistake or is there some justification for this?

If use ecordell/goproxy got error:

panic: Error parsing builtin CA x509: RSA key missing NULL parameters

goroutine 1 [running]:
github.com/ecordell/goproxy.init.0()
	C:/portable/Go/bin/src/github.com/ecordell/goproxy/certs.go:10 +0x264

If use elazarl/goproxy got error:

2021/01/10 18:23:06 Starting echo server
2021/01/10 18:23:06 Starting proxy server
2021/01/10 18:23:06 dial:proxy: unknown scheme: wss

4n70w4 avatar Jan 10 '21 15:01 4n70w4