אני התקנתי deno הוא משק דומא ל nodejs נעשה ג״כ ע״י Ryan Dahl
https://deno.land/
https://www.youtube.com/watch?v=F0G9lZ7gecE
נסיתי
deno run https://deno.land/std/examples/welcome.ts
ואני מקבל
WARN RS - rustls::session:718 - Sending fatal alert BadCertificate
error sending request for url (https://deno.land/std/examples/echo_server.ts): error trying to connect: invalid certificate: UnknownIssuer
Suprise, suprise
אז נסיתי deno run https://deno.land/std/examples/welcome.ts --cert "/Users/trevor/repositories/netfree-ca.crt"
ועדיין לא עובד.
האם מישהו הצליח לפתור את זה? ואם כן איך?