Uploaded image for project: 'Libcloud'
  1. Libcloud
  2. LIBCLOUD-1034

http proxy while https request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.4.0
    • None
    • Core
    • any env with tag2.4.0

    Description

      {markdown}
      Hello everyone, first apologize my poor english

      im beginner and i have a question about http proxy(https://libcloud.readthedocs.io/en/latest/other/using-http-proxy.html)

      from here: https://github.com/apache/libcloud/blob/trunk/libcloud/http.py#L117
      ```python
      if parsed.scheme != 'http':
      raise ValueError('Only http proxies are supported')
      ```

      i guess this code means we cant use proxy on https requests, sounds not cool for nowadays

      from here: https://github.com/apache/libcloud/blob/trunk/libcloud/http.py#L102
      ```python
      self.session.proxies = { # requests assume `self.proxy_scheme` as http/https protocol # so if we want proxy our https request # we need 2 add `'https': 'http://127.0.0.1:1080'` instead of `http` k/v pair self.proxy_scheme: proxy_url }
      ```

      i dont know if this `self.proxy_scheme` has other meaning or not
      please let me know if i have any misunderstand or mistake, Thanks <3

      {markdown}

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hldh214 Jim Liu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m