pdbs
pdbs
Same for Traefik v2.9.6: traefik.tcp.routers.gf7tcp.tls.passthrough=true results in error "404 not found" in Microsoft Edge. In Internet Explorer 11 (no HTTP/2 ?) TLS passthrough to Glassfish 7 (HTTP/2 enabled) Log has...
It seems that adding ``` [tls.options] [tls.options.default] alpnProtocols = ["http/1.1", "h2"] ``` to dynamic configuration file solves the problem, but only if the certificate is exclusively used on the tcp...
By using an explicit callback servlet which does not use request.getParameter(... and redirects to the main application URL, there is no NPE anymore: response.sendRedirect(request.getHeader("x-forwarded-proto") + "://" + request.getHeader("x-forwarded-host") + request.getContextPath());...
Doesn't look like. Kernel `Linux cs5 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux` is okay, but when you dist-upgrade, it's broken again. And rpi-update pulls/6377 didn't work for...