simple URL GET
paul tarvydas
paultarvydas at gmail.com
Mon May 8 10:03:25 UTC 2023
>
> What errors, if any, do you get from these?
DEXADOR:
SBCL:
(dex:get "https://planet.lisp.org")
debugger invoked on a CL+SSL:SSL-ERROR-VERIFY in thread
...
((LAMBDA (CL+SSL::OK CL+SSL::CTX) :IN "/Users/tarvydas/quicklisp/dists/quicklisp/software/cl+ssl-20211230-git/src/context.lisp") 0 #.(SB-SYS:INT-SAP #X0AF96910))
source: (ERROR 'SSL-ERROR-VERIFY :ERROR-CODE ERROR-CODE)
...
LW:
Cl-USER 2 > (dex:get "https://planet.lisp.org")
cl+ssl can not locate symbol "SSL_CTX_set_default_verify_file" in the module 'libssl
... 20 more different "can not locate symbol" errors ...
Error: SSL verify error: 10 X509_V_ERR_CERT_HAS_EXPIRED
DrRacket 8.8:
> (require net/http-easy)
> (get "https://planet.lisp.org")
#<response>
>
Curl
$ curl -s 'https://planet.lisp.org’
… a bunch of HTML text (expected result) …
More information about the pro
mailing list