fix: resolve Camoufox browser and certificate library paths - #310
Open
vladfrangu wants to merge 2 commits into
Open
fix: resolve Camoufox browser and certificate library paths#310vladfrangu wants to merge 2 commits into
vladfrangu wants to merge 2 commits into
Conversation
barjin
approved these changes
Sep 9, 2026
📦 Image size reportBuilt images compared against the currently published rolling tag for the same runtime version (e.g. Python + Playwright images — 25 images (at 6dedb97)
Node + Playwright images — 30 images (at 6dedb97)
|
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.
The Camoufox images assume a flat browser cache. The current Python wrapper installs into a versioned directory, leaving the
libnssckbi.sooverride unused andAPIFY_DEFAULT_BROWSER_PATHpointing at a missing executable.Resolve the installed
camoufox-binin both Node and Python images, put the p11-kit symlink beside it, and expose the browser through a stable directory symlink outside the browser cache directory. The directory symlink also keeps companion files such asproperties.jsonaccessible when the Python wrapper receives an explicit executable path. This supports both flat and versioned cache layouts and fails the build if the executable is missing or ambiguous.Validation:
APIFY_DEFAULT_BROWSER_PATHin both images.https://example.comandhttps://incomplete-chain.badssl.comwith certificate verification enabled.SEC_ERROR_UNKNOWN_ISSUERwhen the library symlink is removed and returns 200 when it is present.[🤖] Codex using GPT-6