And... looking further, (you probably already knew this), the gethttp instance of curl uses a ca-bundle.crt rather than a ca-cert-bundle.crt... so it actually is stale.
(I discovered this. as well as some other issues, while trying trying some examples from https://curl.se/docs/caextract.html#) I'll stop now. Thanks, -- Raul On Sat, Mar 26, 2022 at 2:52 PM Raul Miller <[email protected]> wrote: > > Looking deeper, it seems the problem here is that I am on a windows > machine which does not have a copy of ca-cert-bundle.crt anywhere that > curl can find... > > FYI, > > -- > Raul > > On Sat, Mar 26, 2022 at 2:45 PM Raul Miller <[email protected]> wrote: > > > > Apparently the ssl certificates used by web/gethttp are stale: > > > > load'web/gethttp' > > gethttp 'https://code2.jsoftware.com/' > > curl: (60) SSL certificate problem: certificate has expired > > More details here: https://curl.haxx.se/docs/sslcerts.html > > ... > > > > But my browser indicates that the ssl certificate on code2 is valid. > > > > FYI, > > > > -- > > Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
