Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SSL helper loading on macOS #13277

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

chrisroberts
Copy link
Member

A path check is done prior to loading the vagrant ssl helper, but it was
only checking for a file with a .so suffix so .bundle files on macos
would be ignored and the helper not loaded.

Include both paths when checking for the library existence.

Fixes #13273

A path check is done prior to loading the vagrant ssl helper, but it was
only checking for a file with a `.so` suffix so `.bundle` files on macos
would be ignored and the helper not loaded.

Include both paths when checking for the library existence.
@chrisroberts chrisroberts merged commit c2ca663 into hashicorp:main Oct 19, 2023
11 checks passed
@chrisroberts chrisroberts deleted the macos-vagrant-ssl branch October 19, 2023 15:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Digest initialization failed: initialization error on MacOS host with Windows guest
1 participant