1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

chore(cert-watch): better error handling

This commit is contained in:
Rob Ede
2024-02-06 02:55:39 +00:00
parent 183c924220
commit 7f20870e0f
3 changed files with 11 additions and 14 deletions

View File

@ -32,7 +32,9 @@ $ touch cert.pem
### Client
- [HTTPie]: `http --verify=no :8443`
- cURL: `curl -v --insecure https://127.0.0.1:8443`
- Browser: go to <https://127.0.0.1:8443>
- Browser: navigate to <https://127.0.0.1:8443>
[`mkcert`]: https://github.com/FiloSottile/mkcert
[httpie]: https://httpie.io/cli