The tool may not work well in corporate environments.
There doesn't seem to be an "insecure" more like curl's --insecure, allowing _ssl.c to effectively trust untrusted certs:
PS C:\dev\tmp\atlassian> atls jira issue search "project=PROJ AND status=Open"
Error: Connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1082)
Nor does there seem to be away to a) include certs or b) tell it to use system certs.
Additionally, the upgrade option which leads to "uv tool upgrade" might need --system-certs too or it will fail (as I've observed).
The tool may not work well in corporate environments.
There doesn't seem to be an "insecure" more like curl's --insecure, allowing _ssl.c to effectively trust untrusted certs:
Nor does there seem to be away to a) include certs or b) tell it to use system certs.
Additionally, the upgrade option which leads to "uv tool upgrade" might need --system-certs too or it will fail (as I've observed).