Add support for TLS connections with self-signed cert on validator gRPC interface
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:
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 |
Would it be possible to add a client impl so that we can test the tls part added in this pr?
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