sui icon indicating copy to clipboard operation
sui copied to clipboard

Add support for TLS connections with self-signed cert on validator gRPC interface

Open aschran opened this issue 1 year ago • 3 comments

Client side use of TLS will be enabled-by-default in a future PR.


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • [ ] Protocol:
  • [ ] Nodes (Validators and Full nodes):
  • [ ] Indexer:
  • [ ] JSON-RPC:
  • [ ] GraphQL:
  • [ ] CLI:
  • [ ] Rust SDK:
  • [ ] REST API:

aschran avatar Oct 10 '24 18:10 aschran

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 5:40pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2024 5:40pm
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2024 5:40pm
sui-typescript-docs ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2024 5:40pm

vercel[bot] avatar Oct 10 '24 18:10 vercel[bot]

Would it be possible to add a client impl so that we can test the tls part added in this pr?

bmwill avatar Oct 10 '24 18:10 bmwill

Would it be possible to add a client impl so that we can test the tls part added in this pr?

I was hoping to keep it smaller for review purposes but we could just do it all at once if you prefer

aschran avatar Oct 10 '24 18:10 aschran