You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have network.enabletls for disabling TLS on the gRPC network layer, which can only be set when strict mode is disabled. The option is used for local/workshop settings in which TLS is inconvenient.
To make the minimal setup easier for networkless deployments (did:web only), you don't want to configure anything network. related. So:
Remove network.enabletls configuration flag
If TLS properties are configured, enable TLS.
If no TLS properties are configured, disable TLS.
Require TLS to be configured in strict mode (TLS offloading still works; needs to be explicitly configured)
If we decide to keep the network.enabletls option, we should remove the following log warning:
TLS is disabled, which is only meant for demo/workshop purposes!
The text was updated successfully, but these errors were encountered:
We now have
network.enabletls
for disabling TLS on the gRPC network layer, which can only be set when strict mode is disabled. The option is used for local/workshop settings in which TLS is inconvenient.To make the minimal setup easier for networkless deployments (
did:web
only), you don't want to configure anythingnetwork.
related. So:network.enabletls
configuration flagIf we decide to keep the
network.enabletls
option, we should remove the following log warning:The text was updated successfully, but these errors were encountered: