-
-
Notifications
You must be signed in to change notification settings - Fork 301
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 errors after upgrading to qcluster version 1.1.0 #422
Comments
I had the same issue
|
A similar issue was fixed here: ckan/ckan#3247 |
Could it be possible that the issue was introduced here: 66588a2 ? @Koed00 Note that
|
This here may be a potential fix: https://github.com/sennder/django-q/commit/b951a19e8ce6fdad47199e7c406b1581434df90f Unfortunately, i am currently unable to reproduce the original bug, and thus unable to verify that this really fixes it. I'm mostly guessing here. @yyken If you want, you could try to see if this fixes it for you. |
I am having the same issue with postgresql. I have applied sennder@b951a19 on top of master and will report back if it helps. |
Having the same issue here as well. @cveilleux did your fix work for you? |
Yes, the fix works. I just checked the logs, there has been zero Before the fix, there would be dozens of these SSL errors every day. All gone now. FYI I am running my own fork with b951a19 cherry-picked on top of a more recent version of django-q. requirements.txt:
|
This also worked for me. |
@Koed00 hey could you merge this fix to the master? |
I'm currently on holiday, but if someone can find or create a PR for this that passes tests and coverage, then I'm more than happy to give it a quick merge. |
Amazing, I will try to create a PR today. Enjoy your holiday dude! |
I was getting the same errors as OP, but thanks to the fix of @cveilleux and @KonstantinSchubert I have create a PR for @Koed00 |
Hi,
Is anyone else having SSL Errors when using the new version (1.1.0)? I tried upgrading it in production, but started to get "django.db.utils.OperationalError: SSL error: decryption failed or bad record mac" whenever django ORM's performs a query from within a django-q task (traceback below).
Configuration:
I found an old similar issue: #79 but it seems to have been solved.
Does anyone have a clue on how to investigate this issue? For now I'm keeping the previous version (1.0.2) that doesn't have those issues but I need some of the fixes that are part of 1.1.0 release.
Thanks in advance!
The text was updated successfully, but these errors were encountered: