messa / legacy-ssl-client

Python Requests Session object configured to connect to servers with historical SSL configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

legacy-ssl-client

Python Requests Session object configured to connect to servers with historical SSL configuration.

Installation

$ pip install https://github.com/messa/legacy-ssl-client/archive/master.zip

Or add to requirements.txt:

https://github.com/messa/legacy-ssl-client/archive/v0.0.2.zip#egg=legacy-ssl-client==0.0.2

Usage

from legacy_ssl_client.requests import sslv2_session

s = sslv2_session()
r = s.get('https://example.com')
r.raise_for_status()

Links

About

Python Requests Session object configured to connect to servers with historical SSL configuration

License:MIT License


Languages

Language:Python 100.0%