From 5d21bc3726867c79ee298091d98a862a07aabec7 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sun, 5 Feb 2023 13:17:49 -1000 Subject: [PATCH] CH03::API: Bitcoin Core no longer provides native SSL (HTTPS) support --- ch03.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index a44803e4..8fd5f52e 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -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