we are facing issues with internal certs. any chance we can get an option to ignore cert issues like this? we tried to set the NODE_TLS_REJECT_UNAUTHORIZED to 0 but it doesn't make a difference.
/usr/bin/docker exec 939931676abbf1e476dca54ce1c9207309ca8b2e2d8d0258855e55548c0629fd sh -c "cat /etc/*release | grep ^ID"
Use Github API to fetch workflow data
Get workflow run for 25433902155
(node:15) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
Get jobs
Get job annotations
Get PRs labels
Create tracer provider for grpc://otlp.automation.domain.com
Trace workflow run for 25433902155 and export to grpc://otlp.automation.domain.com
Job 74608176270 is not completed yet
traceId: dfa286370a0f4d12ab2f4efdcf68e0dc
Flush and shutdown tracer provider
Error: [{"code":14,"details":"No connection established. Last error: SELF_SIGNED_CERT_IN_CHAIN. Resolution note: ","metadata":{}}]
we are facing issues with internal certs. any chance we can get an option to ignore cert issues like this? we tried to set the NODE_TLS_REJECT_UNAUTHORIZED to 0 but it doesn't make a difference.