Skip to content

Pass all configured CA certificates to builds

Nick Thomas requested to merge (removed):1283-no-ssl-cert-mangling into master

Previously, the runner attempted to infer a valid chain from its network operations with the configured CA certs, and passed a subset of the configured certificates to builds, shuffling the order as it went. This seems unnecessary, so remove it.

Closes #1283 (closed)

Merge request reports