Skip to content

SSLv3 Support Error #50

@mekhalleh

Description

@mekhalleh

Hello,

Any tricks for disabling SSLv3 support. I'm running on Debian testing OS.

I have just installed that with : pip install bbqsql

Traceback (most recent call last):
File "/usr/local/bin/bbqsql", line 3, in
from bbqsql import *
File "/usr/local/lib/python2.7/dist-packages/bbqsql/init.py", line 31, in
from menu import bbqMenu
File "/usr/local/lib/python2.7/dist-packages/bbqsql/menu/init.py", line 1, in
from bbq_menu import bbqMenu
File "/usr/local/lib/python2.7/dist-packages/bbqsql/menu/bbq_menu.py", line 4, in
from config import RequestsConfig,bbqsqlConfig
File "/usr/local/lib/python2.7/dist-packages/bbqsql/menu/config.py", line 13, in
from gevent import socket
File "/usr/local/lib/python2.7/dist-packages/gevent/socket.py", line 659, in
from gevent.ssl import sslwrap_simple as ssl, SSLError as sslerror, SSLSocket as SSLType
File "/usr/local/lib/python2.7/dist-packages/gevent/ssl.py", line 386, in
def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=None):
NameError: name 'PROTOCOL_SSLv3' is not defined

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions