aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Kjærstad <sandakersmann@users.noreply.github.com>2018-12-02 20:03:31 +0800
committerMartin Holst Swende <martin@swende.se>2018-12-02 20:03:31 +0800
commitf850123ec7500af732b73c2501f1ef36d80ee01d (patch)
tree7dcb6b603f394db6a6cd5ee792b7261acf891126
parentefe5886877d3f171fae5adfd1e5f1c585e16946b (diff)
downloadgo-tangerine-f850123ec7500af732b73c2501f1ef36d80ee01d.tar
go-tangerine-f850123ec7500af732b73c2501f1ef36d80ee01d.tar.gz
go-tangerine-f850123ec7500af732b73c2501f1ef36d80ee01d.tar.bz2
go-tangerine-f850123ec7500af732b73c2501f1ef36d80ee01d.tar.lz
go-tangerine-f850123ec7500af732b73c2501f1ef36d80ee01d.tar.xz
go-tangerine-f850123ec7500af732b73c2501f1ef36d80ee01d.tar.zst
go-tangerine-f850123ec7500af732b73c2501f1ef36d80ee01d.zip
Changed http:// to https:// on JSON-RPC link (#18224)
Changed http:// to https:// on JSON-RPC link in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b62bfde0..7593dd090 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ HTTP based JSON-RPC API options:
* `--ipcpath` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
You'll need to use your own programming environments' capabilities (libraries, tools, etc) to connect
-via HTTP, WS or IPC to a Geth node configured with the above flags and you'll need to speak [JSON-RPC](http://www.jsonrpc.org/specification)
+via HTTP, WS or IPC to a Geth node configured with the above flags and you'll need to speak [JSON-RPC](https://www.jsonrpc.org/specification)
on all transports. You can reuse the same connection for multiple requests!
**Note: Please understand the security implications of opening up an HTTP/WS based transport before