You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a uWSGI server with required lazy-apps = true. When the process exits I need to do some cleanup which involves generating http requests but it errors out when creating SSL context.
uWSGI 2.0.28 (64bit)
Python version: 3.11.11
Disabling lazy-apps seems to fix the problem.
I was able to generate a min version that reproduces the issue:
I have a uWSGI server with required
lazy-apps = true
. When the process exits I need to do some cleanup which involves generating http requests but it errors out when creating SSL context.Disabling lazy-apps seems to fix the problem.
I was able to generate a min version that reproduces the issue:
Perhaps this is related to #1969?
The text was updated successfully, but these errors were encountered: