htpps for DENO
-
אני התקנתי 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"
ועדיין לא עובד.
האם מישהו הצליח לפתור את זה? ואם כן איך? -
@Trevor
תנסה
certFile
ככה
deno run https://deno.land/std/examples/welcome.ts --cert "/Users/trevor/repositories/netfree-ca.crt"
-
@nigun
זה בדיוק מה שכתבתי בשאלה שניסיתי -
@Trevor
התבלבלתי
deno run https://deno.land/std/examples/welcome.ts --certFile /Users/trevor/repositories/netfree-ca.crt
-
@nigun אמר בhtpps for DENO:
deno run https://deno.land/std/examples/welcome.ts --certFile /Users/trevor/repositories/netfree-ca.crt
תודה רבה אבל
➜ vip_workflow git:(master) deno run https://deno.land/std/examples/welcome.ts --certFile /Users/trevor/repositories/netfree-ca.crt Download 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/welcome.ts): error trying to connect: invalid certificate: UnknownIssuer
הצלחתה לעשות את זה בעמצך?
-
@Trevor
זה לא מותקן לי על המחשב
את certFile ניחשתי מתוך גיטהאב
אולי צריך ליצור משתנה סביבה לפני ההפעלה
וכך זה ישפיע על כל הארועים -
@nigun תודה שוב פעם.
אני לא יודע מה אתה מתכוון ״ליצור משתנה סביבה לפני ההפעלה״
Maybe in English would help ¯_(ツ)_/¯ not to sure
אני מנסה על Mac אבל לא חושב שזה חשוב.
בכלל לא דחוף.
ההתקנה היה מאד פשוט -
@Trevor
The--cert
parameter works on Windows but I can't get it to work on mac
Maybe it's a bug -
@Trevor
Environment Variables
בלינוקס אפשר לכתוב
certFile=/Users/trevor/repositories/netfree-ca.crt deno run https://deno.land/std/examples/welcome.ts
-
@nigun איפה מתועד משתנה הסביבה
certFile
? -
@yzahn
ניחוש
אם לא יועיל לא יזיק
עכשיו בדקתי וזה אכן לא עובד -
-
@nigun אמר בhtpps for DENO:
deno run --cert ~/Downloads/netfree-ca.crt https://deno.land/std/examples/welcome.ts
תודה רבה!
עובד מצויין ב Mac