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

Autest tls_tunnel fails because of a slightly different error message from python #11409

Closed
maskit opened this issue May 31, 2024 · 3 comments · Fixed by #11415
Closed

Autest tls_tunnel fails because of a slightly different error message from python #11409

maskit opened this issue May 31, 2024 · 3 comments · Fixed by #11415
Assignees
Labels

Comments

@maskit
Copy link
Member

maskit commented May 31, 2024

test proxy_protocol_port - not in connect_ports fails, because it can't find "ssl.SSLEOFError" in the output.

The expected error message is probably like this

ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)

but the error message can be like this (it probably depends on the version of python or its library)

ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129)
@maskit maskit added the AuTest label May 31, 2024
@bryancall
Copy link
Contributor

@maskit Ask for @bneradt's help

@ywkaras
Copy link
Contributor

ywkaras commented Jun 4, 2024

Is this related to #9550 ?

@maskit
Copy link
Member Author

maskit commented Jun 4, 2024

Yes, looks like the same as the issue you reported. The one Masaori mentioned seems like a different issue.

@maskit maskit linked a pull request Jun 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants