Skip to content

Proxy support #35

Open
Open
@christophvw

Description

@christophvw

As it looks like that requests-kerberos is dead it might be a good idea to adapt this patch to get proxy support here:
requests/requests-kerberos#148

When installing requests-gssapi I noticed the following:
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1

To get proper proxy support urlib3 >= 1.26 will be required.

Activity

christophvw

christophvw commented on Apr 27, 2021

@christophvw
Author
frozencemetery

frozencemetery commented on Apr 27, 2021

@frozencemetery
Member

Note that requests-gssapi doesn't currently have a dependency on urllib3 directly. If it's important we could add one.

christophvw

christophvw commented on Apr 28, 2021

@christophvw
Author

It looks like my patch works with http only, https failed in my tests. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @frozencemetery@christophvw

        Issue actions

          Proxy support · Issue #35 · pythongssapi/requests-gssapi