LabKey / platform

A set of modules that provide core functionality for LabKey Server
Apache License 2.0
7 stars 7 forks source link

Issue 51590: Shiny app not working with httpclient5 v5.4 #6017

Closed XingY closed 2 days ago

XingY commented 2 days ago

Rationale

httpclient5 v5.4 by default upgrades connection to TLS/1.2. This upgrade seems harmless with most proxy interactions but is resulting in error code 500 when interacting with RStudio Shiny app. This PR adds a setProtocolUpgradeEnabled that allows shiny app requests to skip upgrading.

Related Pull Requests

Changes