怎么才能加密客户端和GBase 8c服务器之间的网络连接?

使用客户端和GBase 8c服务器之间的网络连接,怎么才能为连接进行加密呢?

你可以试试使用ssh来加密客户端和GBase 8c服务器之间的连接,命令为ssh -L 63333:localhost:5432 joe@foo.com