lncli-web icon indicating copy to clipboard operation
lncli-web copied to clipboard

SSL_ERROR_SSL on node server start up

Open ctow123 opened this issue 3 years ago • 0 comments

followed the instructions to a T and keep getting this error

E0811 23:40:59.383553000 140736047600512 ssl_transport_security.cc:1233] Handshake failed with fatal error SSL_ERROR_SSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed.

FULL LOGS (this is all on testnet, so idc about privacy really) Macaroon support is enabled. Macaroon path is /Users/Connor/Downloads/lncli-web/config/../admin.macaroon info: Recreating active client { pubKeyHex: '0315976de23b04f363f6b3a23cb7263c1fe98b5de18e4210fb67c52c810df1b04b', paymentHashHex: '4e67764598fca6b07f96e706b9e3c3561fbd2f38cc019f97e4c503123b5bfe77', value: 3 } yck3q5xn8cnxga9ssqtd3p3g8ox6un47hg8rrr85c9n13yep6garsuu8q3n3t9fgsb93p3agz8thgio9zwzutuybu6m6jtedne7iz9uzyyyyyyyyyyyy8n6fbmso { pubKeyHex: '0315976de23b04f363f6b3a23cb7263c1fe98b5de18e4210fb67c52c810df1b04b', paymentHashHex: '4e67764598fca6b07f96e706b9e3c3561fbd2f38cc019f97e4c503123b5bfe77', value: 3 } info: App listening on localhost port 8280 E0811 23:44:01.274716000 140736047600512 ssl_transport_security.cc:1233] Handshake failed with fatal error SSL_ERROR_SSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed.

HERES MY SETUP ./lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=bitcoind --bitcoind.rpcuser=**** --bitcoind.rpcpass=**** --bitcoind.zmqpubrawblock=tcp://127.0.0.1:18500 --bitcoind.zmqpubrawtx=tcp://127.0.0.1:18501 --tlsextraip 127.0.0.1

running bitcoind from bitcoincore in the background then i unlock my wallet

ctow123 avatar Aug 12 '21 03:08 ctow123