barnacs / compy

HTTP/HTTPS compression proxy
ISC License
206 stars 34 forks source link

mitm issue #37

Closed hdid closed 6 years ago

hdid commented 6 years ago

When i run with mitm enabled, i get this:

# compy -ca ca.crt -cakey ca.key
not using mitm: open : no such file or directory
2018/03/11 12:11:32 compy listening on :9999

OS is Debian 9 x64 and go 1.10

Koloses commented 6 years ago

Having the same on Ubuntu 16.04, go 1.9.4 the path to the files doesn't matter, it always does that.

millerlogic commented 6 years ago

I also got this error. The error does not happen if you also provide -cert and -key options, but if you only use -ca and -cakey it happens.