You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running behind Cloudflare warp. Its a real pain that we have to install their certificates locally for things to work.
Running either dev or pkgx (latest versions on Mac) produced the following error:
× unexpected error client error (Connect)
│ TypeError: client error (Connect)
│ at async mainFetch (ext:deno_fetch/26_fetch.js:170:12)
│ at async fetch (ext:deno_fetch/26_fetch.js:391:7)
│ at async the_meat (https://deno.land/x/libpkgx@v0.19.1/src/hooks/useDownload.ts:96:15)
│ at async Object.download (https://deno.land/x/libpkgx@v0.19.1/src/hooks/useDownload.ts:25:25)
│ at async Object.sync (https://deno.land/x/libpkgx@v0.19.1/src/hooks/useSync.ts:57:5)
│ at async default (https://deno.land/x/libpkgx@v0.19.1/src/hooks/useSync.ts:15:5)
│ at async ensure_pantry (file:///var/folders/xq/vgsymdvs5dz687mdx4sq74_c0000gp/T/deno-compile-pkgx/pkgx/src/app.ts:160:5)
│ at async default (file:///var/folders/xq/vgsymdvs5dz687mdx4sq74_c0000gp/T/deno-compile-pkgx/pkgx/src/app.ts:129:9)
│ at async file:///var/folders/xq/vgsymdvs5dz687mdx4sq74_c0000gp/T/deno-compile-pkgx/pkgx/entrypoint.ts:59:3
Anyway to attach the cert required?
The text was updated successfully, but these errors were encountered:
We are running behind Cloudflare warp. Its a real pain that we have to install their certificates locally for things to work.
Running either
dev
orpkgx
(latest versions on Mac) produced the following error:Anyway to attach the cert required?
The text was updated successfully, but these errors were encountered: