Closed triktron closed 2 months ago
The hyper_rustls builder had only HTTP/2 enabled, which caused failures when connecting to HTTPS servers that don't support HTTP/2. Changing enable_http2 to enable_all_versions, allowing fallback to earlier HTTP versions and resolving the issue.
Thank you for your contribution! Looks good to me.
The hyper_rustls builder had only HTTP/2 enabled, which caused failures when connecting to HTTPS servers that don't support HTTP/2. Changing enable_http2 to enable_all_versions, allowing fallback to earlier HTTP versions and resolving the issue.