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

Support custom root certificate via $SSL_CERT_FILE #80

Merged
merged 4 commits into from
Sep 26, 2023
Merged

Conversation

asmello
Copy link
Contributor

@asmello asmello commented Sep 25, 2023

This enables using the system native certificate tooling to pick up on custom root certificates automatically.

I've also refactored the Artifactory registry implementation a bit. It's more efficient now, as it reuses a connection pool between requests, but still creates a new client per dependency when running the install command. This can be improved to one client per registry, which I'll probably implement in a dedicated PR.

@asmello asmello marked this pull request as ready for review September 25, 2023 19:51
@asmello asmello changed the title Support custom root certificate via SSL_CERT_FILE Support custom root certificate via $SSL_CERT_FILE Sep 25, 2023
@asmello asmello merged commit a2ae061 into main Sep 26, 2023
@asmello asmello deleted the amello/cert branch September 26, 2023 09:50
@mara-schulke
Copy link
Contributor

can we document this in the book (in the reference section) @asmello?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants