Solution to: OperationalError: SSL SYSCALL error: EOF detected Issue

Dear all,

I keep getting this error with all deployment scenarios from docker,
production install and ansible. Also, PostgreSQL
logs: commcarehq@commcarehq LOG: SSL error: decryption failed or bad
record mac

As anyone resolved this? please share a solution, thanks,

Euc

Dear Euc,
I'm getting the same error. How did you solve it?
Disabling SSLmode in in the database config : add* ‘sslmode': ‘disable‘ *into
your default databases setting in localsettings.py solve it in my case but
it is not recommended! Do you have a better solution?
Thanks
Speedy

··· Am Samstag, 3. Dezember 2016 20:26:51 UTC+1 schrieb Eucalyptus D: > > Dear all, > > I keep getting this error with all deployment scenarios from docker, > production install and ansible. Also, PostgreSQL > logs: commcarehq@commcarehq LOG: SSL error: decryption failed or bad > record mac > > As anyone resolved this? please share a solution, thanks, > > Euc >