mak705 commented on issue #10565:
URL: 
https://github.com/apache/incubator-superset/issues/10565#issuecomment-729486579


   import psycopg2
   
   conn = psycopg2.connect(
       dbname='yourdb', user='dbuser', password='abcd1234',
       host='server', port='5432',
       sslmode='verify-ca', sslrootcert="server-ca.pe"
   )
   
   got the same error `issue in resolving  connect() got an unexpected keyword 
argument 'sslmode'`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to