Re: Getting SSL certificate info on a reused connection

2024-07-08 Thread Jicea via curl-library
On 08/07/2024, 15:10, "Stefan Eissing" mailto:ste...@eissing.org>> wrote: > The question what is "best" depends on what you want to do with this > information. You can get the ID of the connection that an easy handles uses > via CURLINFO_CONN_ID. That is not globally unique, but unique for all ea

Re: Getting SSL certificate info on a reused connection

2024-07-08 Thread Stefan Eissing via curl-library
Hi, > Am 08.07.2024 um 14:41 schrieb Jicea via curl-library > : > > Hi all, > > I would like to get SSL certificate information by using CURLINFO_CERTINFO. > > On a simple configuration (classic libcurl sample), I can get the information > I need on the SSL certs chain. > If I'm doing a secon

Getting SSL certificate info on a reused connection

2024-07-08 Thread Jicea via curl-library
Hi all, I would like to get SSL certificate information by using CURLINFO_CERTINFO. On a simple configuration (classic libcurl sample), I can get the information I need on the SSL certs chain. If I'm doing a second call with the same curl handle and if the connection is reused, CURLINFO_CERTINF