Skip to content

Commit

Permalink
https issues in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusKysel committed Apr 8, 2024
1 parent 555b54f commit cf7a1d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [dial tcp timeout](#dial-tcp-timeout)
- [invalid URI for request](#invalid-uri-for-request)
- [connection refused](#connection-refused)
- [https issues](#https-issues)
- [`Please provide either operator info string or path`](#please-provide-either-operator-info-string-or-path)
- [Operator Quick start](#operator-quick-start)
- [Pre requisites](#pre-requisites)
Expand Down Expand Up @@ -307,6 +308,15 @@ You could manually verify the `operators_info.json` or the initiator command-gen
When this error appears, it means that the `ssv-dkg` tool cannot connect to one of the selected operators, and the reason could be because their `ssv-dkg` operator node has shut down.
This could be temporary, as they will likely start the node again, but if it persists, we recommend changing one of the operators.

#### https issues

```sh
2024-04-03T12:54:57.939402Z FATAL dkg-initiator 😥 Failed to load operators: {"error": "only HTTPS scheme is allowed at operator address http://116.202.218.95:3061, got: http"}
```

When this error appears, it means that the `ssv-dkg` tool cannot connect to one of the selected operators because operator url is not `https`


#### `Please provide either operator info string or path`

```sh
Expand Down

0 comments on commit cf7a1d0

Please sign in to comment.