Skip to content

Python driver SSL only works with Python 3.2+ #4815

@danielmewes

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions