django-redshift-backend icon indicating copy to clipboard operation
django-redshift-backend copied to clipboard

SSL Connection Support

Open Jonnokc opened this issue 2 years ago • 0 comments

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

Jonnokc avatar Oct 13 '21 18:10 Jonnokc