Re: [ansible-project] Uri module uses CONNECT instead of GET when going through a proxy and fails

2016-03-02 Thread Benoit Tremblay
Thanks! Benoit -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to ansible-pro

[ansible-project] Uri module uses CONNECT instead of GET when going through a proxy and fails

2016-03-02 Thread Benoit Tremblay
I have a problem using uri when behind a proxy. There is an exception in the python module. This works well when not going through a proxy. But fails when a proxy is set. - uri: url="http://www.google.com"; dest="/tmp/tempfile" fatal: [h39]: FAILED! => {"changed": false, "failed": true,