Merge lp:~pedronis/ubuntu-push/less-aggressive-tls-ver into lp:ubuntu-push/automatic

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 383
Merged at revision: 383
Proposed branch: lp:~pedronis/ubuntu-push/less-aggressive-tls-ver
Merge into: lp:ubuntu-push/automatic
Diff against target: 12 lines (+1/-1)
1 file modified
server/tlsconfig.go (+1/-1)
To merge this branch: bzr merge lp:~pedronis/ubuntu-push/less-aggressive-tls-ver
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+253860@code.launchpad.net

Commit message

allow TLS 1.1 (because of precise tooling)

Description of the change

allow TLS 1.1 (because of precise tooling)

To post a comment you must log in.
Revision history for this message
Samuele Pedroni (pedronis) wrote :

trivial

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'server/tlsconfig.go'
2--- server/tlsconfig.go 2015-03-18 14:44:25 +0000
3+++ server/tlsconfig.go 2015-03-23 17:25:34 +0000
4@@ -59,7 +59,7 @@
5 tls.TLS_RSA_WITH_AES_128_CBC_SHA,
6 tls.TLS_RSA_WITH_AES_256_CBC_SHA,
7 },
8- MinVersion: tls.VersionTLS12,
9+ MinVersion: tls.VersionTLS11,
10 }
11 return tlsCfg
12 }

Subscribers

People subscribed via source and target branches