Hello Martin Whatever version of Pax Web you're using, mind that only Jetty runtime supports the "excluded" property, because there's no Tomcat/Undertow equivalent of org.eclipse.jetty.util.ssl.SslContextFactory#setExcludeCipherSuites(). Initially I thought it doesn't support regexps, but I was wrong. So in theory, it should work...
regards Grzegorz Grzybek pon., 18 lip 2022 o 15:15 Martin Lichtin via user <[email protected]> napisaĆ(a): > Has anyone used Pax-Web settings > > org.ops4j.pax.web.ssl.ciphersuites.excluded= > org.ops4j.pax.web.ssl.ciphersuites.included= > > ? I've tried, for example, to exclude all ciphers with > > org.ops4j.pax.web.ssl.ciphersuites.excluded=.* > > but it doesn't seem to have an effect. > > > > >
