We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the client and server might cross the Internet.
On the contrary, the Jupyter magic command is at the server-side together wth the SQLFlow server, so no strict requirement of SSL.
The text was updated successfully, but these errors were encountered:
To add SSL authentication to gRPC, we can do https://grpc.io/docs/guides/auth/
Sorry, something went wrong.
For more information about the deployment with service.pem, we need to refer to https://itnext.io/practical-guide-to-securing-grpc-connections-with-go-and-tls-part-1-f63058e9d6d1
The client needs the service.pem file if we self-sign the certificate of SQLFlow service.
service.pem
Yancey1989
lhw362950217
weiguoz
No branches or pull requests
As the client and server might cross the Internet.
On the contrary, the Jupyter magic command is at the server-side together wth the SQLFlow server, so no strict requirement of SSL.
The text was updated successfully, but these errors were encountered: