epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.

Home Page:https://epicweb.dev/workshops/full-stack-foundations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with self-signed certificate in certificate chain

lanceharper opened this issue · comments

Going through the setup in readme, I got to npm start:

% npm start

> start
> kcdshop start

🐨  Let's get learning!
Local:            http://localhost:5639
On Your Network:  http://192.168.50.25:5639
Press Ctrl+C to stop
FetchError: request to https://epic-web-presence.kentcdodds.partykit.dev/parties/main/epic-web-presence/presence failed, reason: self-signed certificate in certificate chain
    at ClientRequest.<anonymous> (/Users/.../Repositories/full-stack-foundations/node_modules/@remix-run/web-fetch/src/fetch.js:112:11)
    at ClientRequest.emit (node:events:514:28)
    at TLSSocket.socketErrorListener (node:_http_client:501:9)
    at TLSSocket.emit (node:events:514:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'SELF_SIGNED_CERT_IN_CHAIN',
  code: 'SELF_SIGNED_CERT_IN_CHAIN',
  erroredSysCall: undefined
}

Disregard, I had a vpn on. Sorry for the noise.