Self signed certificate with fetch #164
-
I'm trying to fetch a site that has a self signed certificate. I saw it could be made possible with: https://docs.deno.com/api/deno/~/Deno.createHttpClient, but isn't enabled in val runtime. Is there a way to read response even if certificate is not valid? |
Beta Was this translation helpful? Give feedback.
Answered by
stevekrouse
Aug 5, 2024
Replies: 1 comment 2 replies
-
Here's a workaround: https://www.val.town/v/stevekrouse/insecureFetch |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ivanfgm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a workaround: https://www.val.town/v/stevekrouse/insecureFetch