Skip to content

Conversation

@danbev
Copy link
Contributor

Currently this test will fail with the following error message when
configured --without-ssl:

Error: Node.js is not compiled with openssl crypto support

This commit checks for crypto and skips this tests if such support
is not available.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Currently this test will fail with the following error message when configured --without-ssl: Error: Node.js is not compiled with openssl crypto support This commit checks for crypto and skips this tests if such support is not available.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 12, 2017
@danbev
Copy link
ContributorAuthor

@mscdexmscdex added the https Issues or PRs related to the https subsystem. label May 12, 2017
Copy link
Contributor

@cjihrigcjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. LGTM

danbev added a commit to danbev/node that referenced this pull request May 14, 2017
Currently this test will fail with the following error message when configured --without-ssl: Error: Node.js is not compiled with openssl crypto support This commit checks for crypto and skips this tests if such support is not available. PR-URL: nodejs#12987 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@danbev
Copy link
ContributorAuthor

Landed in b5ae22d

@danbevdanbev closed this May 14, 2017
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Currently this test will fail with the following error message when configured --without-ssl: Error: Node.js is not compiled with openssl crypto support This commit checks for crypto and skips this tests if such support is not available. PR-URL: nodejs#12987 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@danbevdanbev deleted the https-agent-constructor-crypto-check branch June 28, 2017 05:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpsIssues or PRs related to the https subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@danbev@jasnell@lpinca@cjihrig@mscdex@MylesBorins@nodejs-github-bot