update readme with proxy instructions
This commit is contained in:
parent
88c8643eb3
commit
b2ae14657d
|
@ -62,8 +62,9 @@ The zig 0.11 HTTP client supports TLS 1.3 only. This, IMHO, is a reasonable
|
||||||
restriction given its introduction 5 years ago, but is inflicting some short
|
restriction given its introduction 5 years ago, but is inflicting some short
|
||||||
term pain on this project as AWS has not yet fully implemented the protocol. AWS has
|
term pain on this project as AWS has not yet fully implemented the protocol. AWS has
|
||||||
committed to [TLS 1.3 support across all services by the end of 2023](https://aws.amazon.com/blogs/security/faster-aws-cloud-connections-with-tls-1-3/), but many (most) services as of August 28th have not yet
|
committed to [TLS 1.3 support across all services by the end of 2023](https://aws.amazon.com/blogs/security/faster-aws-cloud-connections-with-tls-1-3/), but many (most) services as of August 28th have not yet
|
||||||
been upgraded. Proxy support is available in the client but is not yet implemented.
|
been upgraded. Proxy support has been added, so to get to the services that
|
||||||
In the meantime, it's possible that proxychains is your friend.
|
do not yet support TLS 1.3, you can use something like [mitmproxy](https://mitmproxy.org/)
|
||||||
|
to proxy those requests. Of course, this is not a good production solution...
|
||||||
|
|
||||||
WebIdentityToken is not yet implemented.
|
WebIdentityToken is not yet implemented.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user