Git Product home page Git Product logo

Comments (5)

minrk avatar minrk commented on June 3, 2024

You generally want both the key and cert args, unless your cert file bundles the key:

configurable-http-proxy --ssl-key=key.pem --ssl-cert=cert.pem ...

What version of CHP and node?

from configurable-http-proxy.

stasov avatar stasov commented on June 3, 2024

CHP version : 1.2.0
node version : v0.10.42

Just tried both:
configurable-http-proxy --ssl-cert=cert.pem --ssl-key=key.pem --log-level=debug --port=443 --default-target=http://1.1.1.1

I'm getting a different error:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1139:5)
    at Object.<anonymous> (/usr/lib/node_modules/configurable-http-proxy/bin/configurable-http-proxy:191:20)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)

I'm amazed by the response time! Thank you

from configurable-http-proxy.

minrk avatar minrk commented on June 3, 2024

Only root is allowed to listen on low ports by default. You can either run CHP with sudo, or give node explicit permission to listen on low ports:

sudo setcap 'cap_net_bind_service=+ep' `which node`

more info

from configurable-http-proxy.

stasov avatar stasov commented on June 3, 2024

Provided both cert and key to CHP and ran with sudo. Worked like a charm! Many thanks!

from configurable-http-proxy.

minrk avatar minrk commented on June 3, 2024

Great!

from configurable-http-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.