Andy Theriault
Andy Theriault
After trying many of the possible fixes listed in this thread and others in this repo I still ran into this issue. Even after disabling the Prettier extension I ran...
As a temporary work around you should be able to use `NODE_TLS_REJECT_UNAUTHORIZED=0 openapi-ts`.
@warrenbuckley Try it with [cross-env](https://www.npmjs.com/package/cross-env). It's allowed me to keep my sanity working on Windows with a Linux CI process.
@Sulray I think the library would have to add a flag to set a path to your cert. That would allow them to do something like this: ```js let opts...