-1

I'm getting this error in fetch with Deno:

Received a ServerHelloDone handshake message while expecting [CertificateRequest]

I'm hitting a web api I don't control.

chovy
  • 72,281
  • 52
  • 227
  • 295

1 Answers1

1

According to this issue, it’s a bug in one of Deno's upstream rust dependencies which has already been patched, but not yet released.

jsejcksn
  • 27,667
  • 4
  • 38
  • 62