FWIW,  since I don't really know this stuff,  I've retried
<<
    load'web/gethttp'

#q=:gethttp 'https://code2.jsoftware.com/'

xxxx
>>


a)  Without changing anything my end:

<<

#q=:gethttp 'https://code2.jsoftware.com/'

715
   100{.q

curl: (60) SSL certificate problem: certificate has expired

More details here: https://curl.haxx.se/docs/sslcerts.html

>>


b) After copying https://curl.se/ca/cacert.pem and saving it as

   ~addons/web/gethttp/ca-bundle.crt

<<
   load'web/gethttp'
    #q=:gethttp 'https://code2.jsoftware.com/' 715
715
   100{.q

curl: (60) SSL certificate problem: certificate has expired

More details here: https://curl.haxx.se/docs/sslcerts.html

>>


c) After copying https://curl.se/ca/cacert.pem and saving it INSTEAD as

   ~addons/web/gethttp/bin/ca-bundle.crt

(after renaming the old version as "old.ca-bundle.crt")
<<
   load'web/gethttp'
    #q=:gethttp 'https://code2.jsoftware.com/' 715
 0
    100{.q

>>
So a different result,  but perhaps not what's expected.
Is something still amiss,  or have I misunderstood (again!)?

Thanks,

Mike

On 30/03/2022 08:35, Raul Miller wrote:
Done.

Thanks,



--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to