Skip to content

Commit

Permalink
Added back cert in proper order to ensure older browser compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Brown committed Nov 30, 2018
1 parent ccb23db commit f952c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions securecert.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ var (
tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,
tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
// This is not HTTP/2 compatiable but allows compatability for older browsers
tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,
}
)

Expand Down

0 comments on commit f952c95

Please sign in to comment.