1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

CH03::API: Bitcoin Core no longer provides native SSL (HTTPS) support

This commit is contained in:
David A. Harding 2023-02-05 13:17:49 -10:00
parent 204cc7572e
commit 5d21bc3726

View File

@ -963,8 +963,7 @@ Object Notation and it is a very convenient way to present data that
both humans and programs can easily read. RPC stands for Remote
Procedure Call, which means that we are calling procedures (functions)
that are remote (on the Bitcoin Core node) via a network protocol. In
this case, the network protocol is HTTP, or HTTPS (for encrypted
connections).
this case, the network protocol is HTTP.
When we used the +bitcoin-cli+ command to get help on a command, it
showed us an example of using +curl+, the versatile command-line HTTP