awslabs / aws-c-http

C99 implementation of the HTTP/1.1 and HTTP/2 specifications
Apache License 2.0
136 stars 42 forks source link

SOCKS5 proxy support #484

Closed timbz closed 3 months ago

timbz commented 3 months ago

Describe the feature

Add support for SOCKS5 proxy

Use Case

We are planning to use the AWS CRT libs in an automotive project. Due to the highly regulated environment, backend connection is only allowed though a (in-vehicle) SOCKS5 proxy.

Proposed Solution

No response

Other Information

No response

Acknowledgements

bretambrose commented 3 months ago

Does your organization/company have an internal Amazon point-of-contact?

timbz commented 3 months ago

We do have technical account managers

bretambrose commented 3 months ago

Your best bet is to have your TAM make a feature request with the CRT/IoT SDK teams.

Also, be very specific in what kind of authentication support you need (if any). No-auth or username-password is straightforward; GSSAPI or some other kind of protocol is a lot more work.