StockiS
Windmill3y ago
2 replies
Stocki

Passing custom argument to deno CLI

Hi there !

I'm currently using windmill to synchronize data between database using some deno typescripts.

Some API I'm posting on just changed their SSL Certificate a few days ago and I'm having this issue during the runtime :
TypeError: error sending request for url 
https://xxxx.business.dev/path/to/api): error trying to connect: invalid peer certificate: UnknownIssuer


Some quickfix I would like to implement for now would be to disable SSL Verification on deno using that argument --unsafely-ignore-certificate-errors is there actually a way to pass custom argument to the deno runtime using windmill ?

I checked the online documentation but didn't find anything
Was this page helpful?