diff options
| author | Alex Rudyy <orudyy@apache.org> | 2014-08-07 00:20:24 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2014-08-07 00:20:24 +0000 |
| commit | 87456620af31532eb5af81c0207e7533ae67fb39 (patch) | |
| tree | 866844d60f28c65c90ac382a0383a1be4609b5c3 /qpid/doc/book/src | |
| parent | dc820f18f1d290835df8e620e649ad73e2a7fc7b (diff) | |
| download | qpid-python-87456620af31532eb5af81c0207e7533ae67fb39.tar.gz | |
QPID-5960: Turn on SSL host name verification by default
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src')
| -rw-r--r-- | qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml | 5 | ||||
| -rw-r--r-- | qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml index 09ad985368..9480d38c74 100644 --- a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml +++ b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml @@ -287,8 +287,9 @@ <row> <entry> ssl_verify_hostname </entry> <entry> Boolean </entry> - <entry> When using SSL you can enable hostname verification by using - <literal>ssl_verify_hostname='true'</literal> in the broker URL. + <entry> This option is used for turning on/off hostname verification when using SSL. + It is set to 'true' by default. You can disable verification by setting it to 'false': + <literal>ssl_verify_hostname='false'</literal>. </entry> </row> <row id="JMS-Client-0-8-Connection-URL-BrokerOptions-Retries"> diff --git a/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml b/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml index bb8385c914..a1ffafec76 100644 --- a/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml +++ b/qpid/doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml @@ -78,6 +78,15 @@ exception. <para>Setting this property to 'true' will disable that check and allow you to set a client ID of your choice later on.</para></entry> </row> + <row> + <entry>qpid.connection_ssl_verify_hostname</entry> + <entry>boolean</entry> + <entry>true</entry> + <entry>This property is used to turn on/off broker host name verification on SSL negotiation + if SSL transport is used. It is set to 'true' by default. + <para>Setting this property to 'false' will disable that check and + allow you to ignore host name errors.</para></entry> + </row> </tbody> </tgroup> </table> |
