> You will need to set the DATABASE_OPTIONS setting with a dictionary.
> See these two docs:
>
> http://www.djangoproject.com/documentation/settings/#database-options
>
> http://mysql-python.sourceforge.net/MySQLdb.html#functions-and-attrib...
>
> -RD
Thank you. That worked perfectly.
For anyone else struggling with this, I was able to use:
DATABASE_OPTIONS = {'ssl': {'ca': 'path/to/your/certificates/ca-
cert.pem'}}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---