Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

truffle-hdwallet-provider not working when passing https provider to it #91

Open
vaibhav-eleven opened this issue Feb 4, 2019 · 1 comment

Comments

@vaibhav-eleven
Copy link

When imported "truffle-hdwallet-provider" module and passed https provider its not working, but when imported "truffle-hdwallet-provider/src/index.js" file and passed same https provider it works.

This is how i created provider:-
const httpsProvider = require('web3-ssl-ext');
let provider = new httpsProvider(RPC_ENDPOINT ,key ,cert, ca);

@kyriediculous
Copy link

kyriediculous commented Feb 12, 2019

Works for me without ssl-extension.

  provider: _ => new HDWalletProvider('hello hello hello hello hello hello hello hello hello hello hello hello', 'https://knuckle-node.designisdead.com:443'),

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants