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},
}**