-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
O-externalOrigin: Issue comes from external users.Origin: Issue comes from external users.T-missing-infoT-more-examples-needed
Milestone
Description
Current "Build a Test App" tutorial assumes insecure clusters. Add in an option for secure clusters.
conn = psycopg2.connect(database='bank',user='maxroach',host='localhost',port=26257, sslmode='require', sslrootcert='certs/ca.cert', sslcert='certs/maxroach.cert', sslkey='certs/maxroach.key')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
O-externalOrigin: Issue comes from external users.Origin: Issue comes from external users.T-missing-infoT-more-examples-needed