smolnar82 commented on PR #605: URL: https://github.com/apache/knox/pull/605#issuecomment-1191524455
> > [https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/util/annotation/ManagedAttribute.html)("Whether](https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/util/annotation/ManagedAttribute.html)(%22Whether) renegotiation is allowed" > > In our scenario,we should provide better security for the gateway. After all, the IP maybe a public IP. What prevents you to set this new config to `false` in your environment and leave the default as `true` as intended by Jetty developers? They also introduced a limit (defaults to 5) that would fix the original CVE of causing a denial of service (CPU consumption) by performing many renegotiations within a single connection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
