Skip to content

Commit

Permalink
feat!: skip tls insecure verify by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Feb 23, 2023
1 parent 4be8524 commit c8f3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ func DefaultConfig() *Config {
MaxAge: 28,
},
MaxConnections: 0,
TlsInsecureSkipVerify: false,
TlsInsecureSkipVerify: true,
}
}

0 comments on commit c8f3e8a

Please sign in to comment.