-
Notifications
You must be signed in to change notification settings - Fork 111
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 Server Hangs After a While #88
Comments
Have the same issue |
+1 |
Seeing the same issue with Django 2.2.2 |
I am getting a similar problem. I am trying to access the SSL server from two different browsers (Safari and Chrome) and it seems that connections to one browser locks out the other. What I mean is that if I'm browsing a site in Safari then Chrome will be unable to access it. After a few minutes Chrome can access it, but then Safari won't be able to access it. Neither browser errors straight away, which suggests that its making the TCP connection, but the server isn't doing anything with that TCP connection. |
same here on django 2.1.10 |
I also just ran into this problem, which, if I'm not mistaken, has already been fixed and merged to master: #85 If so, the problem is that the fix is not present in a shipped release. @battlemidget: Given that the last release was over two years ago, do you think you could find the time to increment the version number and release a new package to PyPI? As a side note, this tendency for package releases to lag behind master is one that I have personally encountered dozens of times... including when the fault is entirely my own, in projects that I maintain! It's a shame because it means there are features and bug fixes in master that nearly nobody is benefiting from, and all because publishing new releases to PyPI is just cumbersome enough to prevent maintainers from prioritizing it. (And once again, I'm including myself in that group!) I recently solved this problem by creating AutoPub, an open-source package that helps automate package releases on PR merge, which I just announced during my EuroPython talk last month in Basel, Switzerland. Benefits include:
Perhaps the best part is that all contributors get to issue their own releases. What better way to welcome new contributors than to reward them with a dedicated release composed entirely of their own work? Since the announcement last month, I've added AutoPub to the projects I maintain: ... and, of course, AutoPub releases itself via AutoPub. As a maintainer, I have been thrilled with the results. I would be happy to submit a PR that adds AutoPub to this repository, assuming that would be of interest. What do you think, @battlemidget ? |
Has there been any progress on this issue. I just came across it. I have to restart the server everytime two people try access it because one locks the other out and then it hangs. If anyone has a method they came up with as a quick patch even I am willing to implement it at this point. |
0.21 has been released, so we could see if the issue is still persisting. |
For what its worth, I'm not getting the issue with 0.21. |
Hello, i'm running a small internal project on version 0.22 and still got this issue (hangs after some time, hours or minutes). Any ideias on how to mitigate this? |
Any fix for python2.7 version? |
@DaemondShu Python 2.7 is end of life so ideally you should try to migrate to a supported version of Python (3.6+). |
Hi,
I'm building an API server with Django 2.2.1 and django-sslserver 0.20. The server worked normally at the beginning. But it hung after a couple of minutes. None of any kinds of requests (browser request, Postman request, python request, nodejs request, etc.) could get any response from the server. Moreover, the server did not print out any new coming requests.
It was just hanging there. Is it a bug or a kind of compatibility issues?
The text was updated successfully, but these errors were encountered: