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

Timeout after TLS connection #24

Open
malkinad opened this issue Mar 9, 2021 · 1 comment
Open

Timeout after TLS connection #24

malkinad opened this issue Mar 9, 2021 · 1 comment

Comments

@malkinad
Copy link

malkinad commented Mar 9, 2021

After connecting to a telnet server over TLS I am experiencing a 60 second wait before the client displays the welcome message from the server.
Below I have included a log of the events, for the data I have turned it into a ascii value array:
`Connected event

Command event
{
"timestamp": "09-03-2021 22:47:30",
"command": [
255,
251,
1
]
}
Command event
{
"timestamp": "09-03-2021 22:47:30",
"command": [
255,
251,
3
]
}
Data event
[
65533,
24,
65533,
31
]`

Any insight would be appreciated as I have been picking through the code without much luck

@herrevilkitten
Copy link
Owner

I can't think of anything offhand. It could be that the server is waiting for something to be sent to it and given you 60 seconds. If you have an example server I can test against, I'll be able to look into it more.

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