_This issue was originally filed by [kaisellgren@gmail.com](https://github.com/search?q=kaisellgren%40gmail.com&type=Users)_ --- I'm trying to read URIs such as http://devblog.paypal.com/feed/ that lead to a bad certificate exception. Can we add a callback to handle bad certificates in the HTTP package? For .get, .read, etc.? Simplest reproduce step is: http.read('http://devblog.paypal.com/feed/');