-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Restkit does not validate TLS which means it's HTTPS handling is broken and insecure.
>>> from restkit import request
>>> r = request("https://tv.eurosport.com/")
>>> r.body_string()
'<HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY>\nAn error occurred while processing your request.<p>\nReference #102.34e74217.1426170776.e615a32\n</BODY></HTML>\n'Metadata
Metadata
Assignees
Labels
No labels