Skip to content

heroku+django+mysql: sslmode not supported. #107

@lwaite

Description

@lwaite

Based on docs: there's no 'sslmode' attribute. The following code gives me the exception: 'sslmode' is an invalid keyword argument.
This issue is possibly related to other backends like sqlite as well.

Workaround:
On settings.py after:
django_heroku.settings(locals())
add:
del DATABASES['default']['OPTIONS']['sslmode']

Metadata

Metadata

Assignees

No one assigned

    Labels

    easy pickingsa reasonably easy issue, something that might be good for a first-time contributor to work onfeaturethis is a request for a new featureneeds prneeds a pull request to move forward

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions