Hi,
Apologies for the late response. Looks like we had missed this conversation thread somehow.
I found
this comment from an old Github issue that discusses how to use OpenSSL engine with gRPC Python but using a source build after setting some env variables.
Using that along with `grpc.ssl_server_credentials` as in the
examples here should help your use case.
While this is using source build, I will check and revert if there are any recent versions with pre-built binaries to help with this.