How do I specify the version of OpenSSL Curl uses?
-
As you can see above, the version 7.32 is referencing OpenSSL version 0.9.8b. I need to configure this to reference OpenSSL version 1.0.1e to allow TLS1.2 to work. This is all on the same host.
/usr/bin/curl --version:
curl 7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/1.0.1e zlib/1.2.3 libidn/0.6.5/users/user2/curl-7.32.0/src/curl --version:
curl 7.32.0 (i686-pc-linux-gnu) libcurl/7.32.0 OpenSSL/0.9.8b zlib/1.2.3Does anyone know how I would achieve this outside of a curl parameter? I have the 1.0.1.e source.
-
@wirestyle22 just a thought, but can you remove the out of date version and leave just the current 1.0.1?