0xempire

Results 1 comments of 0xempire

### issue The actual problem derives from the feature `default-tls` of [reqwest](https://github.com/seanmonstar/reqwest#requirements), that has [openssl-sys](https://github.com/sfackler/rust-openssl/blob/ea18d84de3ff5a6bc374fb954f05a8629648a37e/openssl-sys/build/main.rs#L186) as underlying dep thus the compiled binary will look for `libssl.so.3` installed in Linux. ![bin-rustls-tls](https://user-images.githubusercontent.com/108901272/208314273-22444378-7572-4174-b6a6-d18a9f046208.png)...