Skip to content
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

[IGNORE] Add missing HTTPS options that were not being passed to tunnel #1368

Closed
wants to merge 8 commits into from
Closed

Conversation

brichard19
Copy link
Contributor

This change adds some missing HTTPS options that were not being passed to the tunnel module.

This fixes Issue 1259 where the user is prompted for the private key password when performing mutual authentication using a tunnel proxy with a password-protected private key.

@nylen
Copy link
Member

nylen commented Jan 25, 2015

From reading the code, and related work in #1373 I'm not convinced this will actually work as intended:

Can you rebase your PR off of master now that #1373 is merged, and add some tests?

nylen and others added 7 commits January 26, 2015 16:27
taper v0.4.0 has a workaround for tapjs/tapjs#109 and
tape-testing/tape#140, a bug I was experiencing in writing some new tests.
We'll need this in a minute (because the hostname gets reset during
tunneling)
The new test is doing much more than the old one was, and as far as I
can tell, no one was ever running it.
The new test is doing much more than the old one was, and as far as I
can tell, no one was ever running it.
Also added test cases in test-tunnel.js
@brichard19 brichard19 changed the title Add missing HTTPS options that were not being passed to tunnel [IGNORE] Add missing HTTPS options that were not being passed to tunnel Jan 26, 2015
@nylen
Copy link
Member

nylen commented Jan 26, 2015

Closing in favor of #1380.

@nylen nylen closed this Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTPS over HTTP tunnel: prompted for private key password
2 participants