Skip to content

Commit

Permalink
xnode-sdk: Test Updates for supporting TLS
Browse files Browse the repository at this point in the history
changes required to test the fix for Fabric FAB-392
re-enable ACA+TLS unit test for node-sdk
Updated getOptsFromOpts() in hfs.ts
Updated eventHub setPeerAddr() in hfs.ts
Added new tests:
   ../test/unit/member-api.js
   ../test/unit/getChain.js

Change-Id: I3a1ad9a3f887720426ecd68de6bc4d1953f05eaf
Signed-off-by: Allen Bailey <eabailey@us.ibm.com>
  • Loading branch information
rennman authored and JonathanLevi committed Oct 15, 2016
1 parent 925f4d9 commit 7123f77
Show file tree
Hide file tree
Showing 12 changed files with 2,035 additions and 467 deletions.
7 changes: 7 additions & 0 deletions membersrvc/membersrvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ security:

# Either SHA2 or SHA3 (note: must be the exact same value as specified in the core.yaml file)
hashAlgorithm: SHA3
serverhostoverride:
tls_enabled: false

client:
cert:
file:


# The server host CN (Common Name) to be used (needs to match the TLS Server Certificate)
serverhostoverride:
Expand Down

0 comments on commit 7123f77

Please sign in to comment.