> At Mon, 18 Apr 2016 14:32:20 -0700, Jordan Johnson wrote: >> ssl-connect: connect failed (error:14090086:SSL >> routines:ssl3_get_server_certificate:certificate verify failed) >> context…: [stack trace follows] > > I've seen these kinds of problems where the set of trusted certificates > had not been updated recently enough. Maybe there's an update for the > "ca-certificates" package for your installation?
Possibly; I may have to kick this over to my ISP’s support, since it’s a managed VPS on which I can’t install packages system-wide. > You could also try setting the `PLT_PKG_SSL_NO_VERIFY` environment > variable. As a workaround, that's a last resort, but it might help > clarify whether it issue is with the set of trusted root certificates. Ah! OK, I tried that, and got: >>> ssl-connect: connect failed (error:14090086:SSL >>> routines:ssl3_get_server_certificate:certificate verify failed) Same error, suggesting the problem isn’t failure to verify. Is there any way to get more info from raco about the cause of failure? I looked for a “verbose” option to raco pkg install, but AFAICT there is none. Best, jmj -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

