You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2019/07/26 14:29:00 UTC

[GitHub] [libcloud] Kami edited a comment on issue #1324: Fix proxy url

Kami edited a comment on issue #1324: Fix proxy url
URL: https://github.com/apache/libcloud/pull/1324#issuecomment-515448134
 
 
   Thanks for the contribution. I will look into and test the changes.
   
   There were indeed some bugs with handling of HTTP proxies which were supposed to be fixed in - #1314.
   
   Biggest problem is that not all the drivers correctly pass all the constructor arguments to the parent driver and connection class and as such, proxy is not set when using constructor argument approach. I believe that's also the issue you hit with the OpenStack driver.
   
   In such scenario, it's recommended to use either environment variable or ``driver.connection.connection.set_http_proxy`` method approach.
   
   I will also make sure to add a note about that to the documentation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services