Skip to content

Commit 00f0124

Browse files
Merge pull request #2727 from input-output-hk/chore/ddw-778-update-readme-with-nix-ssl-issue
[DDW-778] Add solution for the nix SSL issue to the README
2 parents 8827457 + 625ad84 commit 00f0124

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
### Chores
1717

18+
- Updated README with solution steps for the nix SSL issue ([PR 2727](https://github.com/input-output-hk/daedalus/pull/2727))
1819
- Covered LedgerJS v4.0.0 breaking changes ([PR 2697](https://github.com/input-output-hk/daedalus/pull/2697))
1920
- Added hardware wallet support for all non-public testnets ([PR 2672](https://github.com/input-output-hk/daedalus/pull/2672))
2021

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ Daedalus - Cryptocurrency Wallet
3535
```
3636
3. Run `nix-shell` with correct list of arguments or by using existing `package.json` scripts to load a shell with all the correct versions of all the required dependencies for development.
3737

38+
**Notes:**
39+
40+
If you get SSL error when running `nix-shell` (SSL peer certificate or SSH remote key was not OK) try the next steps:
41+
1. Reinstall nix
42+
```bash
43+
$ nix-env -e *
44+
$ curl -L https://nixos.org/nix/install | sh
45+
```
46+
2. Download certificate from https://docs.certifytheweb.com/docs/kb/kb-202109-letsencrypt/ and import to your keychain.
47+
3848
## Development
3949

4050
### Running Daedalus with Cardano Node

0 commit comments

Comments
 (0)