Skip to content

Commit

Permalink
Merge pull request #26562 from victorgp/master
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Minor typo in comment, SSLv3 instead of SSLv4

Minor fix in a comment from this PR #26169
  • Loading branch information
k8s-merge-robot committed Jun 1, 2016
2 parents 6277eea + 7cebb55 commit 2976e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/transport/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TLSConfigFor(c *Config) (*tls.Config, error) {
}

tlsConfig := &tls.Config{
// Can't use SSLv4 because of POODLE and BEAST
// Can't use SSLv3 because of POODLE and BEAST
// Can't use TLSv1.0 because of POODLE and BEAST using CBC cipher
// Can't use TLSv1.1 because of RC4 cipher usage
MinVersion: tls.VersionTLS12,
Expand Down

0 comments on commit 2976e89

Please sign in to comment.