miensol / proxy-mirror

Very simplistic alternative to fiddler, Charles and HTTPScoop running on nodejs
Apache License 2.0
82 stars 15 forks source link

missing proxy-mirror.key #2

Closed DavideMontersino closed 8 years ago

DavideMontersino commented 8 years ago

I updated this repo to be able to start it (some dependencies do not exist anymore)

..however, when I try ti start it with

    node index.js

I get the following:

Error: ENOENT: no such file or directory, open '/home/davide/Projects/proxy-mirror/cert/proxy-mirror.key'
miensol commented 8 years ago

You can use setup-certificate.sh to generate a certificate key pair used for https resigning.

DavideMontersino commented 8 years ago

Thanks! I just made a pull request (I updated the readme file, plus updated deps)