File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
ncm-metaconfig/src/main/metaconfig/httpd/pan Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,18 @@ type httpd_nss_vhost = {
271271type httpd_ssl_vhost = {
272272 include httpd_ssl_global
273273 include httpd_ssl_nss_vhost
274- " protocol" : httpd_sslprotocol[] = list (" TLSv1" )
275- " ciphersuite" : httpd_ciphersuite[] = list (" TLSv1" )
274+ " protocol" : httpd_sslprotocol[] = list (" -all" , " +TLSv1.2" , " +TLSv1.3" )
275+ " ciphersuite" : httpd_ciphersuite[] = list (
276+ " ECDHE-ECDSA-AES128-GCM-SHA256" ,
277+ " ECDHE-RSA-AES128-GCM-SHA256" ,
278+ " ECDHE-ECDSA-AES256-GCM-SHA384" ,
279+ " ECDHE-RSA-AES256-GCM-SHA384" ,
280+ " ECDHE-ECDSA-CHACHA20-POLY1305" ,
281+ " ECDHE-RSA-CHACHA20-POLY1305" ,
282+ " DHE-RSA-AES128-GCM-SHA256" ,
283+ " DHE-RSA-AES256-GCM-SHA384" ,
284+ " DHE-RSA-CHACHA20-POLY1305"
285+ )
276286 " honorcipherorder" ? string with match (SELF, ' ^(on|off)$' )
277287 " compression" ? boolean
278288 " sessiontickets" ? boolean
You can’t perform that action at this time.
0 commit comments