-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azcore: add support for dropping to HTTP/1 and/or TLS renegotiation in the default transport policy #19469
Comments
One place where this might get squirrely is callers provider a custom transporter (e.g. |
Adding a workaround that can be used to configure a custom http client until an official fix is available, Thanks @chlowell for providing
|
There are multiple people still suffering from this in the issue mentioned above Azure/terraform-provider-azapi#184 |
After further investigation we've concluded that we will enable TLS renegotiation by default. For HTTP/1.1, we will likely disable HTTP/2 upgrades for ARM clients only. |
The HTTP/1.1 issue appears to be a red herring (bad URL was provided). |
TLS renegotiation has been enabled in |
Some endpoints don't support HTTP/2 and/or require TLS renegotiation to be enabled. We can update the default transport policy to detect when these are required and react accordingly.
The text was updated successfully, but these errors were encountered: