node-session-client icon indicating copy to clipboard operation
node-session-client copied to clipboard

Stopped working due to DNS/certificate issue

Open twenty-eighty opened this issue 8 months ago • 0 comments

lib::textAsk - err FetchError: request to https://storage.seed1.loki.network/json_rpc failed, reason: Hostname/IP does not match certificate's altnames: Host: storage.seed1.loki.network. is not in the cert's altnames: DNS:elsa.session.foundation
    at ClientRequest.<anonymous> (/opt/project/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (events.js:376:20)
    at TLSSocket.socketErrorListener (_http_client.js:475:9)
    at TLSSocket.emit (events.js:376:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  type: 'system',
  errno: 'ERR_TLS_CERT_ALTNAME_INVALID',
  code: 'ERR_TLS_CERT_ALTNAME_INVALID'
} https://storage.seed1.loki.network/json_rpc code ERR_TLS_CERT_ALTNAME_INVALID

twenty-eighty avatar Apr 14 '25 17:04 twenty-eighty