-
Notifications
You must be signed in to change notification settings - Fork 518
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
SSL warnings during bootstrap #2584
Comments
Yes, this is expected because we need to go download the certifi app that contains the certificate bundle we use after that. There is no cert bundle to be passed prior to that. The warning isn't avoidable unless we run options to use the local OS CA bundle, which we should at least add to the CI process but can't easily do in a portable manner without a lot of extra code. |
The first warning though is avoidable by calling |
The |
I see that it's already properly handled in the version-specific way with the |
Yeah that should work. I generally avoid that in rebar3 calls because rebar3 might be built on a different version than what runs, but bootstrap is always on an immediate run and should be skippable. I'll make a PR with that and edit this comment with it. Edit PR: #2585 |
bootstrap is always on an immediate run and should be skippable safely when dealing with compiler versions. As suggested by @saleyn in erlang#2584
A bootstrap of a fresh clone under Erlang 24 produces the warnings:
The text was updated successfully, but these errors were encountered: