-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Hi,
While trying to connect AWS keyspace django cassandra engine is erroring out.
Not sure how to provide cert as Amazon Keyspaces requires the use of Transport Layer Security (TLS)
Usage:-
DATABASES = {
'default': {
'ENGINE': 'django_cassandra_engine',
'NAME': '',
'USER': ''
'PASSWORD': ''
'HOST': 'cassandra.us-east-1.amazonaws.com',
'connection': {
'port': 9042,
}
}
}
SebJansen
Metadata
Metadata
Assignees
Labels
No labels