Skip to content

Commit

Permalink
Merge pull request #9280 from jstourac/cyphers2ciphers
Browse files Browse the repository at this point in the history
[WFLY-7357] change attribute description to use 'cipher' instead of '…
  • Loading branch information
kabir committed Oct 20, 2016
2 parents b54f4aa + 803d5c4 commit b80f6e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -147,7 +147,7 @@ undertow.listener.verify-client.deprecated=Where an SSLContext is referenced it
undertow.listener.always-set-keep-alive=If this is true then a Connection: keep-alive header will be added to responses, even when it is not strictly required by the specification.
undertow.listener.redirect-socket=If this listener is supporting non-SSL requests, and a request is received for which a matching <security-constraint> requires SSL transport, undertow will automatically redirect the request to the socket binding port specified here.
undertow.listener.proxy-address-forwarding=enables x-forwarded-host and similar headers and set a remote ip address and hostname
undertow.listener.enabled-cipher-suites=Configures Enabled SSL cyphers
undertow.listener.enabled-cipher-suites=Configures Enabled SSL ciphers
undertow.listener.enabled-cipher-suites.deprecated=Where an SSLContext is referenced it should be configured with the cipher suites to be supported.
undertow.listener.enabled-protocols=Configures SSL protocols
undertow.listener.enabled-protocols.deprecated=Where an SSLContext is references it should be configured with the supported protocols.
Expand Down

0 comments on commit b80f6e6

Please sign in to comment.