Closed issue by djaonline on void-packages repository https://github.com/void-linux/void-packages/issues/49793 Description: ### Is this a new report? Yes ### System Info Void 6.6.25_1 x86_64 GenuineIntel uptodate rFF ### Package(s) Affected curl-8.7.1_1,gnutls-3.8.5_1, libcurl-8.7.1_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour `curl -v https://${someTLSv10server}` , where ${someTLSv10server} is a domain of tls v1.0 only supported server output: successful recieving of data ### Actual behaviour `curl -v https://${someTLSv10server}` , where ${someTLSv10server} is a domain of tls v1.0 only supported server output:`...OpenSSL/3.1.5: error:0A000102:SSL routines::unsupported protocol` ### Steps to reproduce `curl -v https://${someTLSv10server}` , where ${someTLSv10server} is a domain of tls v1.0 only supported server output:`...OpenSSL/3.1.5: error:0A000102:SSL routines::unsupported protocol`