You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "duncangrant (via GitHub)" <gi...@apache.org> on 2023/03/10 16:37:45 UTC

[GitHub] [brooklyn-client] duncangrant commented on a diff in pull request #97: Issue with sslcheck flag

duncangrant commented on code in PR #97:
URL: https://github.com/apache/brooklyn-client/pull/97#discussion_r1132601887


##########
cli/app/app.go:
##########
@@ -52,10 +52,10 @@ func NewApp(baseName string, cmdRunner command_runner.Runner, metadatas ...comma
 	app.Version = appConfig.Version
 
 	app.Flags = []cli.Flag{
-		&cli.BoolFlag{
-			Name:  "skipSslChecks",
-			Usage: "Skip verification of server's certificate chain and hostname (for use with self-signed certs)",
-		},
+		//&cli.BoolFlag{
+		//	Name:  "skipSslChecks",
+		//	Usage: "Skip verification of server's certificate chain and hostname (for use with self-signed certs)",
+		//},

Review Comment:
   I'll remove this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org