Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLSSocket Error #37315

Closed
Roysmen opened this issue Feb 11, 2021 · 1 comment
Closed

TLSSocket Error #37315

Roysmen opened this issue Feb 11, 2021 · 1 comment
Labels
http2 Issues or PRs related to the http2 subsystem. tls Issues and PRs related to the tls subsystem.

Comments

@Roysmen
Copy link

Roysmen commented Feb 11, 2021

  • Version: node-v15.8.0-x64
  • Platform :Centos 7 64bit
  • Subsystem:

What steps will reproduce the bug?

This error falls on the console when checking the domain name with ssl/tls installed


node:events:355
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:211:20)
Emitted 'error' event on TLSSocket instance at:
    at emitErrorNT (node:internal/streams/destroy:188:8)
    at emitErrorCloseNT (node:internal/streams/destroy:153:3)
    at processTicksAndRejections (node:internal/process/task_queues:81:21) {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read'
}

@targos targos added the tls Issues and PRs related to the tls subsystem. label Feb 12, 2021
@ronag ronag added the http2 Issues or PRs related to the http2 subsystem. label Feb 12, 2021
@ariran5
Copy link

ariran5 commented Feb 21, 2021

+same error
#36860

@Roysmen Roysmen closed this as completed Feb 24, 2021
@Roysmen Roysmen changed the title Emitted 'error' event on TLSSocket instance at: TLSSocket instance Error Feb 24, 2021
@Roysmen Roysmen changed the title TLSSocket instance Error TLSSocket Error Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http2 Issues or PRs related to the http2 subsystem. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

No branches or pull requests

4 participants