Re: 'ssl_disabled' is an invalid keyword argument for connect()

2020-02-25 Thread Naveen Arora
Hi sir, Kindly use this as below, 'OPTIONS': { 'ssl' : { 'ssl_disabled': True } } Cheers, Naveen Arora On Wednesday, 26 February 2020 04:25:29 UTC+5:30, Stephen Loughin wrote: > > The django doc >

Re: 'ssl_disabled' is an invalid keyword argument for connect()

2020-02-25 Thread Integr@te System
Hi Steve, Plz review again to take a right parameter. Welcome. On Wed, Feb 26, 2020, 05:54 Stephen Loughin wrote: > The django doc > s say I > can pass OPTIONS for the db connection here: > > DATABASES = { > > 'default': { >

Re: 'ssl_disabled' is an invalid keyword argument for connect()

2020-02-25 Thread Juan Pablo Romero Bernal
Hi Steve, The supported option is ssl, see: https://github.com/django/django/blob/stable/3.0.x/django/db/backends/mysql/client.py I hope this helps, On Tue, Feb 25, 2020 at 4:54 PM Stephen Loughin wrote: > The django doc > s sa