Open GoogleCodeExporter opened 8 years ago
Maybe the reason for that is that within a browser you always connect via SSL
and the connection withing goofile is with unencrypted http?
Original comment by twallu...@gmail.com
on 5 Aug 2015 at 9:42
Im not a Python guru but i tried something simple: i changed
h = httplib.HTTP('www.google.com')
to
h = httplib.HTTPS('www.google.com')
Now i see that that the connection is encrypted, but still no results...
Original comment by twallu...@gmail.com
on 5 Aug 2015 at 9:50
Original issue reported on code.google.com by
doo...@kali.org
on 24 Mar 2015 at 3:06