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/16 19:51:35 UTC

[GitHub] [libcloud] Kami opened a new pull request #1314: Add support for https proxies

Kami opened a new pull request #1314: Add support for https proxies
URL: https://github.com/apache/libcloud/pull/1314
 
 
   This pull request builds on top of #1277 to add support for https proxies. Before that change, only http proxies were supported.
   
   While testing this, I noticed that existing ``driver.connection.set_http_proxy()`` method is broken and won't work correctly because of the way driver instantiates connection class. I fixed it so it now works correctly.
   
   Now it works in the same way if user would directly call ``driver.connection.connection.set_http_proxy()`` method (it's just a wrapper around that method).

----------------------------------------------------------------
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