forked from dedis/d-voting
-
Notifications
You must be signed in to change notification settings - Fork 2
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.
-
grpcsuses self-signed or provided certificates -
httpswill only work if you provide a publicly signed certificate -
grpcis not possible
-
grpcswill not work -
httpsneeds a TLS terminating reverse proxy -
grpcis possible