Skip to content

Addresses

Linus Gasser edited this page Oct 4, 2023 · 1 revision

Addresses for the nodes

Now you have to choose between three address-types:

  • grpcs - GRPC over TLS with self-signed certificates, or provided certificates
  • https - GRPC over TLS with publicly signed certificates
  • grpc - plain GRPC to the node. Only for development

To accomodate this, the --noTLS flag can be used, which tells the node not to serve TLS.

Without --noTLS flag

  • grpcs uses self-signed or provided certificates
  • https will only work if you provide a publicly signed certificate
  • grpc is not possible

With --noTLS flag

  • grpcs will not work
  • https needs a TLS terminating reverse proxy
  • grpc is possible
Clone this wiki locally