0

I'm working on macosx and I try to use httpie (with Symfony2 and FOSRestBundle). I follow different tutorial on how to install httpie.

When I try to launch with: http httpie.org

I received the following error :

http: error: AttributeError: 'HTTPConnection' object has no attribute '_tunnel_host'

I can't find anything on Google.

Do I have to configure something special or do I have to install another thing ?

Thanks !

Mike H-R
  • 7,726
  • 5
  • 43
  • 65
Boun
  • 413
  • 4
  • 17

1 Answers1

0

It looks like a bug. I'd try to update/reinstall HTTPie (pip install --force-reinstall --upgrade httpie), and fill a bug report if it doesn't help.

Jakub Roztocil
  • 15,930
  • 5
  • 50
  • 52