djangosslherokucleardb

ssl is invalid ClearDB Heroku Django


I can't connect my ClearDb to Django app on Heroku, show me this error.

enter image description here


Solution

  • Try to add to your settings file:

    del DATABASES['default']['OPTIONS']['sslmode'] 
    

    right after

    django_heroku.settings(locals())