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

ssl error #264

Open
hanzhenbjm opened this issue Nov 4, 2024 · 0 comments
Open

ssl error #264

hanzhenbjm opened this issue Nov 4, 2024 · 0 comments

Comments

@hanzhenbjm
Copy link

I used hypercorn + sanic to use the http2 function, but after a while an error occurred:

	File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/run.py", line 110, in _server_callback
	await TCPServer(app, loop, config, context, lifespan_state, reader, writer)
	File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/tcp_server.py", line 76, in run
	await self._close()
	File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/tcp_server.py", line 119, in _close
	await self.writer.wait_closed()
	File "/usr/local/python3.12.0/lib/python3.12/asyncio/streams.py", line 349, in wait_closed
	await self._protocol._get_close_waiter(self)
	TimeoutError: SSL shutdown timed out```
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

1 participant