euforic / banking.js

The Missing API for Banks - Get all of your transactions and balances using node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNABLE_TO_VERIFY_LEAF_SIGNATURE

akanieski opened this issue · comments

When connecting to my bank (CAPITAL ONE 360) I encountered this error:

UNABLE_TO_VERIFY_LEAF_SIGNATURE

To resolve this issue I added this environment variable:

process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';

Resolution found in http://stackoverflow.com/questions/20082893/unable-to-verify-leaf-signature

Figured I'd post this information here so someone else can benefit.