Skip to content

Commit

Permalink
Merge branch 'main' into nicks/sirato-to-chainlens-update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Aug 17, 2023
2 parents 47b9f13 + 91dbee9 commit b97faef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ The listening port for the Engine API calls (`ENGINE`, `ETH`) for JSON-RPC over
# Syntax
```bash
--ethstats=<nodename:secret@host:port>
--ethstats=<[ws://|wss://]nodename:secret@host:[port]>
```
# Example
Expand All @@ -721,7 +721,11 @@ ethstats="Dev-Node-1:secret@127.0.0.1:3001"
<!--/tabs-->
Reporting URL of an [Ethstats](../../../private-networks/how-to/deploy/ethstats.md) server. If specified without a port, the default port is 443 for SSL connections and 80 for non-SSL connections.
Reporting URL of an [Ethstats](../../../private-networks/how-to/deploy/ethstats.md) server.
If specified without a port, the default port is 443 for SSL connections and 80 for non-SSL connections.
You can optionally specify `ws://` or `wss://` in the Ethstats URL.
If you specify this scheme, the connection doesn't need to switch from SSL to non-SSL on each retry logic.

### `ethstats-cacert-file`

Expand Down

0 comments on commit b97faef

Please sign in to comment.