Skip to content

Commit

Permalink
add ability to enable/disable SSL renogotiation in Jetty container
Browse files Browse the repository at this point in the history
  • Loading branch information
netudima committed Jan 31, 2016
1 parent 99266ff commit 6ac8f6c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -52,6 +52,7 @@ limitations under the License.
<AD name="Excluded SSL/TLS Cipher Suites Regular Expressions" id="org.ops4j.pax.web.ssl.ciphersuites.excluded" type="String" default="" />
<AD name="Included SSL/TLS Protocols" id="org.ops4j.pax.web.ssl.protocols.included" type="String" default="" />
<AD name="Excluded SSL/TLS Protocols" id="org.ops4j.pax.web.ssl.protocols.excluded" type="String" default="" />
<AD name="SSL Renegotiation allowed" id="org.ops4j.pax.web.ssl.renegotiationAllowed" required="false" type="String" default="true" />
<AD name="Configuration File for Jetty" id="org.ops4j.pax.web.config.file" type="String" default=""/>
<AD name="JSP scratchdir" id="org.ops4j.pax.web.jsp.scratch.dir" type="String" default="" />
<AD name="JSP checkInterval" id="org.ops4j.pax.web.jsp.check.interval" type="String" default="300" />
Expand Down

0 comments on commit 6ac8f6c

Please sign in to comment.