benoitc / benoitc/restkit

Doesn't Validate TLS

Open
#140 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
404
Forks
70
PR merge metrics
No merged PRs in 30d

Description

Restkit does not validate TLS which means it's HTTPS handling is broken and insecure.

``` python
>>> from restkit import request
>>> r = request("https://tv.eurosport.com/")
>>> r.body_string()
'Error\nAn error occurred while processing your request.

\nReference #102.34e74217.1426170776.e615a32\n\n'
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.