-
Notifications
You must be signed in to change notification settings - Fork 2k
HTTPs Forward proxy? #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd be interested in a solution to this: On a possibly related note, I couldn't get the |
There is an example right now in the |
@kalebdf please check out the branch |
better-examples is not accessible anymore. Any step by step on how to generate the certificate and install it on the client browser (enterprise use case) so that the clients will not get the typical SSL warning? |
@damiga looks like examples now live here https://github.com/nodejitsu/node-http-proxy/tree/caronte/examples/http |
Have you been able to make it work in SSL man in the middle mode? (forward https to https)? |
Nope. I needed this functionality to create a caching proxy for npm registry, but was unable to get it working. Eventually I did everything myself :) You can get a look at repo https://github.com/runk/npm-proxy-cache and particularly https://github.com/runk/npm-proxy-cache/blob/master/lib/proxy.js file. You can get an idea of how it's working there. |
hi @runk. Looked at your code but quick question: do I understand correctly that I need an external proxy server running (as identified by |
@gebrits nope, it's just an option to set a path where internal https server keeps its spocket. |
Is it possible to use the module in https forward mode? I've tried different examples, though without any luck. It works fine for me in reverse proxy mode.
Basically when I try to do:
the proxy doesn't respond anything.
Further, is it possible to intercept data in https proxy mode? Like web debugging proxies do, eg. Charles.
The text was updated successfully, but these errors were encountered: