Skip to content

Commit

Permalink
fix ssl connect example
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Mar 9, 2024
1 parent 5689576 commit a6b67ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ With SSL and client certificate

import drda

conn = drda.connect(host='serverhost', database='dbname', use_ssl=True, ssl_ca_certs='/some/what/path/cert.crt', user='user', password='password', port=xxxxx)
conn = drda.connect(host='serverhost', database='dbname', use_ssl=True, ssl_client_cert_path='/some/what/path/cert.crt', user='user', password='password', port=xxxxx)



Expand Down

0 comments on commit a6b67ff

Please sign in to comment.