Add tls1.2 ciphers.
This commit is contained in:
parent
eb8f761cbc
commit
e23a54368e
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ func NewClient(apiurl string, httpClient *http.Client) (*Client, error) {
|
|||
CipherSuites: []uint16{
|
||||
tls.TLS_AES_128_GCM_SHA256,
|
||||
tls.TLS_AES_256_GCM_SHA384,
|
||||
tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
|
||||
tls.TLS_CHACHA20_POLY1305_SHA256,
|
||||
},
|
||||
MinVersion: tls.VersionTLS12,
|
||||
|
|
Loading…
Reference in a new issue