Is your feature request related to a problem? Please describe.
Currently SSL cannot be used in the gRPC transport due to issues compiling gRPC on for the ARM64EC ABI. This is accomplished using "unsecure" gRPC CMake targets that don't link OpenSSL.
Describe the solution you'd like
Allow use of the standard gRPC CMake targets, enabling use of SSL on the transport.