此内容没有您所选择的语言版本。
Chapter 6. Configuring Transport Security
6.1. Transport Security Configuration 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
By default, JBoss Data Virtualization provides two types of remote transports, each with its own SSL configuration:
teiid and pg. The teiid transport encrypts login traffic only and the pg transport defaults to no SSL.
Note
The
pg transport for ODBC access defaults to cleartext username and password authentication.
The following is a more comprehensive example of SSL configuration as it would appear within the
transport definition.
<ssl mode="enabled" authentication-mode="1-way" ssl-protocol="SSLv3" keymanagement-algorithm="algo"
enabled-cipher-suites="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA">
<keystore name="cert.keystore" password="passwd" type="JKS" key-alias="alias"/>
<truststore name="cert.truststore" password="passwd"/>
</ssl>
<ssl mode="enabled" authentication-mode="1-way" ssl-protocol="SSLv3" keymanagement-algorithm="algo"
enabled-cipher-suites="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA">
<keystore name="cert.keystore" password="passwd" type="JKS" key-alias="alias"/>
<truststore name="cert.truststore" password="passwd"/>
</ssl>