-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Web application proxy used Winhttp for traffic to internal published apps
Winhttp uses HTTP2 at first causing issues with loading resources
it is required to disable http2 via
New-ItemProperty -path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp' -name 'EnableDefaultHttp2' -value '0' -PropertyType 'DWord' -Force | Out-Null
we will use the same logic as in Entra App Proxy tracing BPA fort this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request