On 12/1/2023 6:32 PM, Richa Shah via curl-library wrote:
- libcurl version: 7.72
- TLS backend: OpenSSL, version: 1.0.2


Old versions. Try with the latest curl [1] and openssl [2]. libcurl has ca caching now because it takes some time for openssl to parse the certificates, so rather than do that on every connection it will cache the certificate store in memory and if it's the same certificate bundle then pass the cached store to openssl.

[1]: https://github.com/curl/curl/releases
[2]: https://github.com/openssl/openssl/releases

--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to