mysqlclient 2.2.5 version bug: django.db.utils.OperationalError: (2026, 'TLS/SSL error: Server certificate validation failed. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. Error 0x800B0109(CERT_E_UNTRUSTEDROOT)') #729
Unanswered
xionglilong
asked this question in
Issue report
Replies: 1 comment 3 replies
-
Can you try the wheel in this artifacts? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
i use 2.2.4 version is normal, bug use new version 2.2.5 in django, it is ssl error, I can't skip this test.
error result:
django.db.utils.OperationalError: (2026, 'TLS/SSL error: Server certificate validation failed. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. Error 0x800B0109(CERT_E_UNTRUSTEDROOT)')
Environment
No response
How did you install libmysqlclient libraries?
i use Windows 11
What version of mysqlclient do you use?
django 5.1.1
mysqlclient 2.2.5
Docker command to start MySQL server
No response
Minimum but complete code to reproduce
Schema and initial data required to reproduce.
Commands, and any other step required to reproduce your issue.
No response
Beta Was this translation helpful? Give feedback.
All reactions