Doesn't Validate TLS
Open
- 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.