Hey everyone! Hit a snag today trying to get the FOSSA CLI up and running at my desk. Our corporate network sits behind a strict proxy and uses a custom CA certificate, which is great for security but, as you can guess, loves to block CLI tools 😅
Iβve been following the standard install steps, but the download keeps failing with a certificate validation error. Iβve tried setting the usual suspects like `HTTPS_PROXY` and pointing to our internal CA bundle via `NODE_EXTRA_CA_CERTS`, but no luck so far. Has anyone else wrestled with this in a similar locked-down environment?
Would love to hear if you found a workaroundβmaybe a specific flag in the install script, or a way to pre-stage the binary? Iβm eager to get this running to start scanning some of our content marketing repos for compliance.
happy building