Unable to inspect raw logs, certificate error on productionresultssa8.blob.core.windows.net #204542
Replies: 3 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Solution Code Solution <!DOCTYPE html>
<html lang="en" data-cite="HTML">
<head>
<meta charset="utf-8">
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>FSC - Logging</title>
<script async class="remove" src="https://www.w3.org/Tools/respec/respec-w3c"></script>
<script class="remove" type="module" src="js/config.mjs">
</script>
<link rel="shortcut icon" type="image/x-icon" href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" />
</head>
<body>
<section id="abstract" data-include-format="markdown" data-include="abstract.md"></section>
<section id="sotd"></section>
<section data-include="introduction.md" data-include-format="markdown"></section>
<section data-include="architecture.md" data-include-format="markdown"></section>
<section data-include="specifications.md" data-include-format="markdown"></section>
<section id='conformance'></section>
<section id='tof'></section>
</body>
</html>Key changes: Added the ReSpec script (<script async class="remove" src="https://www.w3.org/Tools/respec/respec-w3c"></script>) |
|
The Edge warning names the cause directly, "Fortinet" in that message means a Fortinet firewall or endpoint agent, FortiGate or FortiClient, is doing TLS inspection on this network: it terminates the HTTPS connection, re-signs it with its own certificate authority, and forwards the traffic. That works transparently for sites where the Fortinet CA is trusted, but That also explains the first symptom, the empty error under the Static HTML step in the Annotations panel. GitHub Actions stores logs and log annotations in Azure Blob Storage and the page fetches them client-side through signed URLs pointing at domains like this one, so if the same Fortinet inspection blocks, strips, or fails silently on that request, the panel has nothing to render and just shows an empty error rather than a clear network failure. Both symptoms trace back to the same intercepted connection rather than being two separate bugs. Two ways to fix it, in order of how much control you have. If you can reach IT, the clean fix is having If my answer was helpful to you, please consider marking it as the correct answer, thanks. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Actions Runner
Discussion Details
https://github.com/Logius-standaarden/fsc-logging/actions/runs/31384663446/job/93442296713?pr=11 is a recent run that has an error in step "Static HTML". However, when I try to inspect the error, it doesn't show anything:
Additionally, when I click on the cog wheel and "View raw logs", I get redirected to https://productionresultssa8.blob.core.windows.net which results in a certificate error:
I assume that logs don't show up because the certificate isn't accepted by Microsoft Edge?
All reactions