Skip to content
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

500.53 URL rewrite module error with message Outbound rewrite rules cannot be applied when the content of the HTTP response is encoded ('br') #2859

Open
diepnt90 opened this issue Mar 21, 2024 · 0 comments

Comments

@diepnt90
Copy link

diepnt90 commented Mar 21, 2024

If you're using auto-instrumentation, get support from Azure Support Center.

It only happens with Accept-Encoding: br

If we send requests with Accept-Encoding: gzip, there is no issue.

The site is a .Net framework application on Azure web app (Windows).

Already has

<urlCompression doStaticCompression="false" doDynamicCompression="false" />

in the web.config

User-Agent: curl/8.4.0
Accept: /
Accept-Encoding: gzip

  • schannel: remote party requests renegotiation
  • schannel: renegotiating SSL/TLS connection
  • schannel: SSL/TLS connection renegotiated
  • schannel: failed to decrypt data, need more data
    < HTTP/1.1 200 OK
    < Content-Length: 117989

User-Agent: curl/8.4.0
Accept: /
Accept-Encoding: br

  • schannel: remote party requests renegotiation
  • schannel: renegotiating SSL/TLS connection
  • schannel: SSL/TLS connection renegotiated
    < HTTP/1.1 500 URL Rewrite Module Error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant