Skip to content

Commit

Permalink
Add more ciphers (#18)
Browse files Browse the repository at this point in the history
* Add more ciphers

* One more cipher

* Remove unsupported cipher suite
  • Loading branch information
mpfeil authored Mar 23, 2023
1 parent 08afbc5 commit 24ff112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhosts/1api.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

tls {$ISSUER_ADDRESS} {
protocols tls1.2 tls1.3
ciphers TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
ciphers TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_CBC_SHA
}

encode gzip
Expand Down

0 comments on commit 24ff112

Please sign in to comment.