Servicestack-cli tools and SSL

How do I get past SSL issues when using the node cli tools?

E.G. if I’m using an internal cert, typescript-ref https://myinternalsite.foo returns “unable to get local issuer certificate.” For npm I can set a config to point to my CA certs, but I’m not sure how to fix this for the cli apps.

I’m not sure, it’s using node’s http library underneath so I’d expect if you configure it globally it should apply to all of node’s https calls. You’ll need to download the generated DTOs from the remote server, e.g. you can download the typescript DTOs from https://myinternalsite.foo/types/typescript