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
Validate configuration
Config validation failed: the `ports.grpc` listener no longer supports TLS. Use `ports.grpc_tls` instead. This message is appearing because GRPC is configured to use TLS, but `ports.grpc_tls` is not defined
Configuration invalid. Exiting.
The text was updated successfully, but these errors were encountered:
Validate configuration
Config validation failed: the `ports.grpc` listener no longer supports TLS. Use `ports.grpc_tls` instead. This message is appearing because GRPC is configured to use TLS, but `ports.grpc_tls` is not defined
Configuration invalid. Exiting.
you need to change ports.grpc to ports.grpc_tls in scripts/generate_consul_server_config.sh
@Vrtak-CZ thanks for opening the bug, ATM the scripts are made for Consul 1.13.x and below. There is a plan to update them to support Consul 1.14.x (new TLS config) but is not going to happen before a few weeks. For now you can use @shengzhou1216 suggestion.
The text was updated successfully, but these errors were encountered: