Fix native Actions bridge CA trust on macOS #941

Closed
opened 2026-08-06 06:19:11 +00:00 by coilyco-ops · 0 comments
Owner

While checking PR #940, the installed native command aosguard ops actions runs coilyco-flight-deck agentic-os --limit 20 failed before the request with Python CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate. Forgejo API commands through the generated AOSguard transport succeeded in the same session, so the failure is specific to the packaged Python Actions bridge or its native certificate environment.

Acceptance criteria:

  • Reproduce through a native AOS installation on macOS.
  • Make the packaged Actions Python bridges use the supported CA trust without disabling TLS verification.
  • Cover the native wrapper or release environment in validation.
  • Confirm aosguard ops actions runs can query Forgejo successfully.
While checking PR #940, the installed native command `aosguard ops actions runs coilyco-flight-deck agentic-os --limit 20` failed before the request with Python `CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate`. Forgejo API commands through the generated AOSguard transport succeeded in the same session, so the failure is specific to the packaged Python Actions bridge or its native certificate environment. Acceptance criteria: * Reproduce through a native AOS installation on macOS. * Make the packaged Actions Python bridges use the supported CA trust without disabling TLS verification. * Cover the native wrapper or release environment in validation. * Confirm `aosguard ops actions runs` can query Forgejo successfully.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#941
No description provided.