Skip to content

Commit

Permalink
don't ignore CN issue anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeller committed Nov 20, 2021
1 parent 73efb20 commit d0ca9d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (c *cmd) run(name string, args ...string) (int, string, string) {
cmd.Env = os.Environ()
cmd.Env = append(cmd.Env, fmt.Sprintf("%s=localhost:9092", ENV_BROKERS))
cmd.Env = append(cmd.Env, fmt.Sprintf("%s=test-secrets/auth.json", ENV_AUTH))
cmd.Env = append(cmd.Env, fmt.Sprintf("GODEBUG=x509ignoreCN=0"))

if len(c.in) > 0 {
cmd.Stdin = strings.NewReader(c.in)
Expand Down

0 comments on commit d0ca9d1

Please sign in to comment.