Skip to content

SSL Connection Support #85

@Jonnokc

Description

@Jonnokc

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions