Skip to content

SSLV3_ALERT_HANDSHAKE_FAILURE (despite verify_ssl=False) #404

@rhegner

Description

@rhegner

Hi, I just started looking at your library (and I'm also new to Python...).

I took your getting started example and adjusted the settings as follows:

HOST = "192.168.1.1"
USERNAME = "admin"
PASSWORD = "..."
ENCRYPTION_METHOD = EncryptionMethod.MD5
VALIDATE_SSL_CERT = False

With that I get an SSL-related error:

Cannot connect to host 192.168.1.1:443 ssl:default [[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1028)]

That's a bit surprising, as I explicitly turned of SSL validation.

What can I do about this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions