79161910

Date: 2024-11-06 09:07:14
Score: 1.5
Natty:
Report link

In python 3.13 & django 5.1.3 mysqlclient==2.2.4 is not working so i had to install mysqlclient==2.2.5

Solution 01 "I manually upgraded mariadb in xampp from **10.4 to 11.**5 and SSL error was fixed [enter image description here][1]

Solution 02 in settings.py

 **"OPTION": {
            'ssl': {'ca': None},
            }**
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vishal Dhabuwala