Skip to content

Drop reqwest's default TLS - #33

Closed
plotnick wants to merge 2 commits into
mainfrom
reqwest-tls
Closed

Drop reqwest's default TLS#33
plotnick wants to merge 2 commits into
mainfrom
reqwest-tls

Conversation

@plotnick

Copy link
Copy Markdown
Collaborator

The client does not yet speak TLS (soon; see #31), but reqwest's default-tls feature links OpenSSL anyway. Buildomat's Linux builders have no OpenSSL development files, and the built binaries carry a runtime libssl dependency. Keep charset and http2 from the defaults.

The client does not yet speak TLS, but reqwest's default-tls feature
links OpenSSL anyway. Buildomat's Linux builders have no OpenSSL
development files, and the built binaries carry a runtime libssl
dependency. Keep charset and http2 from the defaults.
@plotnick

Copy link
Copy Markdown
Collaborator Author

It turns out that there's no good way to solve this with reqwest 0.12, but it's fine because #31 updates us to 0.13, which is openssl opt-in, disabled by default. So we'll just wait for that to land for our CI Linux builds.

@plotnick plotnick closed this Aug 10, 2026
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.

1 participant