Skip to content

gh-117483: Accept "Broken pipe" as valid error message in test_wrong_cert_tls13 - #117484

Merged
encukou merged 1 commit into
python:mainfrom
colesbury:gh-117483-ssl-error
Apr 3, 2024
Merged

gh-117483: Accept "Broken pipe" as valid error message in test_wrong_cert_tls13#117484
encukou merged 1 commit into
python:mainfrom
colesbury:gh-117483-ssl-error

Conversation

@colesbury

@colesburycolesbury commented Apr 2, 2024

Copy link
Copy Markdown
Contributor

On macOS, the closed connection can lead to a "Broken pipe" error instead of a "Connection reset by peer" error.

…_wrong_cert_tls13`
On macOS, the closed connection can lead to a "Broken pipe" error instead of
a "Connection reset by peer" error.
@encukou

Copy link
Copy Markdown
Member

Thank you!

@colesbury
colesbury deleted the gh-117483-ssl-error branch April 8, 2024 16:15
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…_wrong_cert_tls13` (pythonGH-117484)
On macOS, the closed connection can lead to a "Broken pipe" error instead of
a "Connection reset by peer" error.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@colesbury@encukou