@friend @stevenroose yeah, native-tls will pull in openssl-sys as a dependency for Linux triples. This will not cause problems if your target is the same distro (and version) as your build machine. If it’s not all bets are off. For my specific case this left two options: enable the optional feature of including a vendored OpenSSL in my binary, or move to rustls. Either results in static linking of TLS libs in my project.