> On 8 May 2023, at 12:03, paul tarvydas <paultarvy...@gmail.com> wrote:
> 
>> 
>> 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)

Looks like you have a really old version of cl+ssl installed… You should update 
you quicklisp dist(s). I normally do

(ql:update-client)
(ql:update-all-dists)

After doing this, you will(?) have to restart your lisp environment.




Reply via email to