Skip to content

Commit

Permalink
Changed http:// to https:// on JSON-RPC link (#18224)
Browse files Browse the repository at this point in the history
Changed http:// to https:// on JSON-RPC link in README.md
  • Loading branch information
sandakersmann authored and holiman committed Dec 2, 2018
1 parent efe5886 commit f850123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f850123

Please sign in to comment.