Comment on Plex has paywalled my server!
ipkpjersi@lemmy.ml 1 day agoHow can you debug it with a TCP dump if it’s encrypted?
Comment on Plex has paywalled my server!
ipkpjersi@lemmy.ml 1 day agoHow can you debug it with a TCP dump if it’s encrypted?
rumba@lemmy.zip 1 day ago
You are doing the https unwrapping in tf/HA proxy. It’s clear text between the proxy process and the JF server
You can do a dump off the entire network stream when it’s working, install the release candidate and do another dump of the network stream with it not working. Sift through to find the changes.
When the person posted that there was a problem with the RC, It was probably a web socket being mishandled by the proxy due to some change. You can’t just go oh there’s a problem with my third party middleware. They’re going to need to know which of their changes broke the problem. Why it breaks it, and what should be done instead if you expect them to make any kind of changes.
The alternative is you ask them to support traffic or HA or NPM, and on a volunteer project I could see that being a bridge too far