update testnet-box
This commit is contained in:
parent
1aea9f2006
commit
b8aeff8750
@ -51,7 +51,7 @@ describe('Client SSL', function() {
|
||||
it('self-signed certificate with sslStrict and CA specified', function(done) {
|
||||
var opts = clone(config);
|
||||
opts.ssl = true;
|
||||
opts.sslCa = fs.readFileSync(__dirname + '/testnet-box/1/testnet3/server.cert');
|
||||
opts.sslCa = fs.readFileSync(__dirname + '/testnet-box/1/regtest/server.cert');
|
||||
getInfo(opts, function(err, info) {
|
||||
assert.ifError(err);
|
||||
assert.ok(info);
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 9427aeb95b3ef23fcfa44dcd72aeea18a2a16981
|
||||
Subproject commit a7a3f4487a2ca5e74ca6cdca88e281acaf1d25f8
|
||||
Loading…
Reference in New Issue
Block a user