Skip to content

Error while connecting to AWS Keyspace #148

@amit-dev

Description

@amit-dev

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,

    }
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions