Repository: qpid-jms Updated Branches: refs/heads/master 93439aaf0 -> d78d4dc06
QPIDJMS-38: update configuration docs to include the trasnport.disabledProtocols option explicitly Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d78d4dc0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/d78d4dc0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/d78d4dc0 Branch: refs/heads/master Commit: d78d4dc06a7dc98f644b21c8c6f1f0f0562884bf Parents: 93439aa Author: Robert Gemmell <[email protected]> Authored: Mon Apr 13 11:50:27 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Mon Apr 13 11:50:42 2015 +0100 ---------------------------------------------------------------------- qpid-jms-docs/Configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/d78d4dc0/qpid-jms-docs/Configuration.md ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md index 644a851..cc48acf 100644 --- a/qpid-jms-docs/Configuration.md +++ b/qpid-jms-docs/Configuration.md @@ -129,7 +129,8 @@ The complete set of SSL Transport options is listed below: + **transport.storeType** default is 'JKS' + **transport.contextProtocol** The protocol argument used when getting an SSLContext. Default is "TLS". + **transport.enabledCipherSuites** The cipher suites to enable, comma separated. No default, meaning the context defaults are used. -+ **transport.enabledProtocols** The protocols to enable, comma separated. No default, meaning the context defaults are used. "SSLv2Hello" and "SSLv3" protocols are always disabled. ++ **transport.enabledProtocols** The protocols to enable, comma separated. No default, meaning the context default protocols are used. Any disabled protocols are removed from this. ++ **transport.disabledProtocols** The protocols to disable, comma separated. Protocols listed here are removed from the enabled protocols. Default is "SSLv2Hello,SSLv3". + **transport.trustAll** defaults to false + **transport.verifyHost** defaults to true + **transport.keyAlias** The alias to use when selecting a keypair from the keystore if required to send a client certificate to the server. No default. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
