You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with 0.4.0, the binary from the releases page fails on Manjaro (and, presumably, Arch):
❯ ./ruget
./ruget: symbol lookup error: ./ruget: undefined symbol: SSLv3_client_method, version OPENSSL_1.0.0
I'm not an expert, but i guess this is because the arch openssl or openssl-1.0 packages aren't compiled with (insecure) SSL3 support, while your CI system has an OpenSSL version that supports it.
One solution would be to ditch the native-tls dependency in favour of rustls, either by switching http client or waiting for http-rs/surf#40.
The text was updated successfully, but these errors were encountered:
Starting with 0.4.0, the binary from the releases page fails on Manjaro (and, presumably, Arch):
I'm not an expert, but i guess this is because the arch
openssl
oropenssl-1.0
packages aren't compiled with (insecure) SSL3 support, while your CI system has an OpenSSL version that supports it.One solution would be to ditch the native-tls dependency in favour of rustls, either by switching http client or waiting for http-rs/surf#40.
The text was updated successfully, but these errors were encountered: