Support --skipverify
to skip verifying lbcd's TLS certificate #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
mining
question
rpc
ux
wallet
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbcwallet#5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently,
lbcd
only support non-TLS connection on localhost, which is a good constraint we don't want to relax.However, running
lbcd
andlbcwallet
on different hosts or containers requires properly setup oflbcd
TLS certificate and distribute the CA certificate to lbcwallet.Skip verifying lbcd's certificate is a trade-off allowing
lbcwallet
to connect a "trusted"lbcd
node over TLS.