Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Connection Support #85

Open
Jonnokc opened this issue Oct 13, 2021 · 0 comments
Open

SSL Connection Support #85

Jonnokc opened this issue Oct 13, 2021 · 0 comments

Comments

@Jonnokc
Copy link

Jonnokc commented Oct 13, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants