forked from apache/cassandra-python-driver
-
Notifications
You must be signed in to change notification settings - Fork 56
ssl_options is broken on Python3.12 #284
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingupstream-issueIssue is not specific to our fork and Scylla and should be also fixed in the upstreamIssue is not specific to our fork and Scylla and should be also fixed in the upstream
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingupstream-issueIssue is not specific to our fork and Scylla and should be also fixed in the upstreamIssue is not specific to our fork and Scylla and should be also fixed in the upstream
Type
Fields
Give feedbackNo fields configured for issues without a type.
This older style of no using ssl context, is broken on 3.26.4
Seems like it's was mostly addressed already in up stream:
apache#1191
Maybe we should deprecated completely at our end ?
Or just sync with 3.29.0 to get it ?