目前社区版有Observer和Observer之间的传输加密吗?参考文档只看到了对于登录的传输加密。
默认不加密
请问社区版可以启用Observer间的加密吗。
开启RPC安全认证就可以。
alter system set ssl_client_authentication=true;
alter system set rpc_client_authentication_method=‘SSL_IO’;
alter system set rpc_server_authentication_method=‘SSL_IO’;
但是会有性能回退,酌情选择。
1 个赞