Oracle Linux : Re-configuring Curl to Use OpenSSL Instead of NSS on Oracle Linux Servers.
in Linux
Applies To:
Oracle Cloud Infrastructure
Oracle Linux
Goal:
This document outlines the support status of Curl usage with OpenSSL instead of NSS on Oracle Linux servers.
Solution:
Oracle Linux 8 and 9
No action is required for OL8 and OL9, as Curl is already compiled to use OpenSSL.
You can verify this by running the following command:
$ curl -V
Oracle Linux 7
Oracle Linux 7 ships with Curl built against NSS by default. Rebuilding Curl to use OpenSSL is not supported. Customers should use the provided Curl version that comes with the distribution.
0