-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Subject: Wondering if this package supports SSL connections to Redshift
Problem
- Wondering if this package supports ssl connections for a Redshift cluster
Sample
This is done with django.db.backends.postgresql with the below.
'OPTIONS': {
'sslmode': 'require'
},;
Expected results
When ssl parameters are set, django will establish a ssl connection to the Redshift cluster.
Environment info
- OS: unix
- Python version: 3.7
- Django version: 3.2.7
- Django-Redshift-Backend version: 2.1.0