[New-bugs-announce] [issue46822] test_create_server_ssl_over_ssl attempts to listen on 0.0.0.0

Steve Dower report at bugs.python.org
Mon Feb 21 19:02:05 EST 2022


New submission from Steve Dower <steve.dower at python.org>:

This causes a failure on one of my test machines where the firewall settings forbid it.

However, the test itself seems designed to only listen on localhost. Even tracing all call through socket, I don't see when or where it is attempting to listen on 0.0.0.0, and yet TCP Monitor (and my firewall) claim that it is.

This seems to be fairly recent, though I haven't done a bisect yet. Anyone have any ideas?

----------
components: Tests, Windows, asyncio
messages: 413687
nosy: asvetlov, paul.moore, steve.dower, tim.golden, yselivanov, zach.ware
priority: normal
severity: normal
stage: test needed
status: open
title: test_create_server_ssl_over_ssl attempts to listen on 0.0.0.0
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46822>
_______________________________________


More information about the New-bugs-announce mailing list