fluxzy.core icon indicating copy to clipboard operation
fluxzy.core copied to clipboard

Can't open the url with SslDecryption Opned

Open yuanfeng-net opened this issue 11 months ago • 1 comments

Describe the bug Can't open the url with SslDecryption Opned when i goto https://testnet.monad.xyz/

Describe the tool and the environment Fluxzy.Core

To Reproduce Steps to reproduce the behavior:

  1. Go to 'url'
  2. Response the Transport error 528

Screenshot Image

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

yuanfeng-net avatar Apr 30 '25 16:04 yuanfeng-net

Thank you for the catch.

This is a bug related to early hint handling when the upstream connection uses HTTP/2. As a temporary fix, you can force the connection to use HTTP/1.1 for this host. You can do that by using ForceHTTP11Action, as shown in the screenshot.

Image

We’re aware now of the issue and have a proper fix planned on our roadmap.

haga-rak avatar May 05 '25 11:05 haga-rak

Thanks for your feedback, the fix is now available with v1.29.14

haga-rak avatar May 17 '25 00:05 haga-rak