diff --git a/server/gateway.go b/server/gateway.go index 1c7996de..a12f14f9 100644 --- a/server/gateway.go +++ b/server/gateway.go @@ -47,7 +47,7 @@ var ( ) // Warning when user configures gateway TLS insecure -const gatewayTLSInsecureWarning = "TLS certificate chain and hostname of solicited gateways will not be verified, do not use in production!" +const gatewayTLSInsecureWarning = "TLS certificate chain and hostname of solicited gateways will not be verified. DO NOT USE IN PRODUCTION!" // SetGatewaysSolicitDelay sets the initial delay before gateways // connections are initiated. diff --git a/server/route.go b/server/route.go index f67f4331..c9a3d058 100644 --- a/server/route.go +++ b/server/route.go @@ -97,7 +97,7 @@ const ( const sendRouteSubsInGoRoutineThreshold = 1024 * 1024 // 1MB // Warning when user configures cluster TLS insecure -const clusterTLSInsecureWarning = "TLS certificate chain and hostname of solicited routes will not be verified, do not use in production!" +const clusterTLSInsecureWarning = "TLS certificate chain and hostname of solicited routes will not be verified. DO NOT USE IN PRODUCTION!" // Can be changed for tests var routeConnectDelay = DEFAULT_ROUTE_CONNECT