Reqwest: Fail to build on hosts with openssl 1.1.1

Created on 15 Sep 2018  路  4Comments  路  Source: seanmonstar/reqwest

Related to https://github.com/sfackler/rust-openssl/issues/994

reqwest is pulling in 0.9.24, according to this thread it's recomended to use 0.10.X of openssl. I'm not able to compile reqwest or a project that depends on reqwest on my archlinux system.

Most helpful comment

v0.9 has been published with the native-tls upgrade.

All 4 comments

I think fix was added here: https://github.com/seanmonstar/reqwest/commit/11f8588989f6bea0c8daa59cd4ae2a91cf451dd2#diff-80398c5faae3c069e4e6aa2ed11b28c0R26, but there is no release with that commit.

Relevant reddit discussion: https://www.reddit.com/r/rust/comments/9g1xuv/reqwest_fails_to_build_on_a_newly_updated_arch/

This should do:

reqwest = { git = "https://github.com/seanmonstar/reqwest" }

v0.9 has been published with the native-tls upgrade.

@seanmonstar thanks for the release! The upgrade went very smoothly for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

edouardmenayde picture edouardmenayde  路  4Comments

dbrgn picture dbrgn  路  5Comments

encombhat picture encombhat  路  6Comments

apiraino picture apiraino  路  3Comments

yazaddaruvala picture yazaddaruvala  路  5Comments