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

"read error from client : tls : first record does not look like a TLS handshake" #2153

Closed
acagastya opened this issue May 11, 2024 · 1 comment

Comments

@acagastya
Copy link

acagastya commented May 11, 2024

  • Hi, I am running ergo 2.13.1, on 6697, with certificates generated from mkcert subcommand.
  • Logging is set to debug level.
  • When I try to connect to the server using irssi (/connect irc.example.com 6697), I am facing this error in ergo: "read error from client : tls : first record does not look like a TLS handshake"
  • When I try using nc nc irc.example.com 6697 and type USER foo * * :foo, I get the same error.

Any suggestions how do I move forward?

@slingamn
Copy link
Member

It sounds like this got resolved from discussion in #ergo: this is the error you get from speaking plaintext to Ergo's TLS port. We could add the Ergo-side error message ("first record does not look like") to the relevant section of the manual, so people could find it with Ctrl-F: https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#why-cant-i-connect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants