v.19.1New Features

Added Table Function Remotesecure

Added table function remoteSecure. Function works as remote, but uses secure connection. #4088 (proller)
Added the table function remoteSecure which operates like the existing remote function but establishes a secure connection using TLS.

Why it matters

This feature provides users with a way to securely query remote ClickHouse servers over encrypted connections, enhancing data security and protecting sensitive information during transmission.

How to use it

Use the remoteSecure table function similarly to remote, specifying the target server and query parameters. It automatically establishes a TLS-secured connection without additional configuration steps from the user.