forked from dedis/d-voting
-
Notifications
You must be signed in to change notification settings - Fork 1
Addresses
Linus Gasser edited this page Oct 4, 2023
·
1 revision
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.
-
grpcs
uses self-signed or provided certificates -
https
will only work if you provide a publicly signed certificate -
grpc
is not possible
-
grpcs
will not work -
https
needs a TLS terminating reverse proxy -
grpc
is possible