0

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

enter image description here

Marcos Dávalos
  • 501
  • 1
  • 5
  • 14

1 Answers1

2

Try to add to your settings file:

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

right after

django_heroku.settings(locals())
Sergey Pugach
  • 5,561
  • 1
  • 16
  • 31