Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support TLS in Daml Helper --json-api requests
This PR accepts the --tls flag but rejects the flags to set certs because those don’t really make sense here (or are at least not easily settable). Unfortunately no great way to test this without a huge amount of test infrastructure to setup a custom TLS reverse proxy for tests. If someone has an idea to add a reasonable test, I’m all ears. changelog_begin - [Daml Assistant] The `daml ledger` commands now accepts `--tls` in combination with `--json-api` to access a JSON API behind a TLS reverse proxy. changelog_end
- Loading branch information