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

Reverse the junction/link to "ssl" dir #407

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

larskanis
Copy link
Member

Now the certs are stored under <ruby>/lib/... and <ruby>/ssl is linked to this directory per innosetup installer.

Before this commit, the link was the other way around, but junctions can not be stored/restored in a 7z archive. This led to certs not found when 7z archive was used, like in ruby/setup-ruby.

Fixes #405

Now the certs are stored under "<ruby>/lib/..." and "<ruby>/ssl" is linked to this directory per innosetup installer.

Before this commit, the link was the other way around, but junctions can not be stored/restored in a 7z archive.
This led to certs not found when 7z archive was used, like in ruby/setup-ruby.

Fixes #405
@larskanis larskanis merged commit 779dad1 into master Jan 16, 2025
9 of 20 checks passed
@larskanis larskanis deleted the reverse-ssl-link branch January 16, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CA certificate issue with ruby head 3.5.0+0
1 participant