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

inets: start ssl and dependencies by default #7588

Conversation

kikofernandez
Copy link
Contributor

With this PR, the inets app starts the ssl and its dependencies by default.
This is a good standard nowadays, preventing redirects from http to https to break, so that it is easier to start and one does not need to start ssl and crypto manually.

Closes #7580

@kikofernandez kikofernandez added the team:PS Assigned to OTP team PS label Aug 24, 2023
@kikofernandez kikofernandez self-assigned this Aug 24, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 24, 2023

CT Test Results

    2 files    21 suites   13m 1s ⏱️
337 tests 328 ✔️   7 💤 2
561 runs  549 ✔️ 10 💤 2

For more details on these failures, see this check.

Results for commit 9ad7184.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@kikofernandez kikofernandez force-pushed the kiko/inets/update-httpc-documentation/GH-7580 branch from cb617dc to 9626b97 Compare August 24, 2023 11:19
@kikofernandez kikofernandez changed the base branch from master to maint August 24, 2023 11:19
@kikofernandez kikofernandez force-pushed the kiko/inets/update-httpc-documentation/GH-7580 branch from 9626b97 to 692532b Compare August 24, 2023 12:54
@kikofernandez kikofernandez force-pushed the kiko/inets/update-httpc-documentation/GH-7580 branch 2 times, most recently from 2f2a80a to 35dfe32 Compare August 25, 2023 08:12
@kikofernandez kikofernandez force-pushed the kiko/inets/update-httpc-documentation/GH-7580 branch from 35dfe32 to aaad5aa Compare August 25, 2023 08:37
inets will start ssl by default together with its dependencies. the main
reason for this change is that https is almost standard nowadays and
inets:start/0/1/2/3 is a utility function that can benefit from not having to
manually pass new options to allow redirects from http to https
@kikofernandez kikofernandez force-pushed the kiko/inets/update-httpc-documentation/GH-7580 branch from aaad5aa to bc97027 Compare August 25, 2023 14:10
@kikofernandez
Copy link
Contributor Author

Closing PR and re-opening due to internal branch naming scheme

@kikofernandez kikofernandez deleted the kiko/inets/update-httpc-documentation/GH-7580 branch August 28, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inets example (lib/inets/doc/src/http_client.xml) hangs
3 participants