fix(native): trust system certificate roots in vm0 runner builds - #1
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.33.0-vm0.1vercel-labs/agent-browserwhile allowing the fork to create a GitHub ReleaseUser impact
The vm0 runner image installs its private MITM CA into the Ubuntu system trust store. This build allows
agent-browser connectto trust that CA when opening Browser Use CDP WebSockets, resolving theUnknownIssuerfailure without disabling TLS verification.Verification
cargo fmt --manifest-path cli/Cargo.toml -- --checkcargo clippy --manifest-path cli/Cargo.toml -- -D warningsCARGO_BUILD_JOBS=1 cargo test --manifest-path cli/Cargo.toml(1,030 passed, 96 ignored)node scripts/check-version-sync.jsreqwestandtokio-tungsteniteuserustls-native-certs, with nowebpki-rootspackageThe local CI-profile test build was also attempted, but its LTO link was killed by the local container memory limit. The equivalent non-LTO test suite passed, and GitHub CI will run the repository CI profile.