Home > Enterprise >  Received a ServerHelloDone handshake message while expecting [CertificateRequest]
Received a ServerHelloDone handshake message while expecting [CertificateRequest]

Time:05-10

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.

CodePudding user response:

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.

  • Related