Skip to content

Python driver SSL only works with Python 3.2+ #4815

Description

@danielmewes

In Python 2.7, I'm getting

rethinkdb.errors.ReqlDriverError: Could not connect to aws-us-east-1-portal.3.dblayer.com:10575. Error: 'module' object has no attribute 'SSLContext'

when trying to connect through SSL.

The problem I think is that ssl.SSLContext was only added in Python 3.2, see https://docs.python.org/dev/library/ssl.html#ssl.SSLContext

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions