HarperFast / HarperFast/harper
CLI deploy fails with SELF_SIGNED_CERT_IN_CHAIN against locally-installed instance
Open
area:cli
bug
from-jira
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 200
Description
## Problem
Running `harperdb deploy target=https://localhost:9925 skip_node_modules=true` against a locally self-installed Harper instance fails:
```
Error: self-signed certificate in certificate chain
code: 'SELF_SIGNED_CERT_IN_CHAIN'
```
The CLI should accept self-signed certs when deploying to local instances, or provide a `--insecure` flag to bypass TLS verification.
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Assessment
This issue has not been assessed yet.