Skip to content

Does gix static link TLS library? #776

Answered by Byron
KSXGitHub asked this question in Q&A
Discussion options

You must be logged in to vote

gix supports a couple of HTTP transport implementations, with one being curl and another being reqwest. curl supports different TLS implementations, and I never tried to change the default.

It should be possible to pull in curl as a direct dependency and alter its feature flags, to affect the entire dependency tree, allowing to configure the TLS implementation that is used by the application.

I recommend experimentation with the options outlined above, maybe that works already, or concrete idea of what needs improvement arises from that.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KSXGitHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants