Skip to content

Only decode certificates if HTTP GET is successful

Stan Hu requested to merge sh-check-status-code-resolver into main

Previously when the Runner attempted to resolve the full TLS chain, it fetched URLs from the certificate chain without paying attention to the HTTP status code. This could cause the Runner to decode a bogus payload if the endpoint were blocked or down.

Relates to #36319 (closed)

Edited by Stan Hu

Merge request reports