Skip to content

Commit cec3f6b

Browse files
committed
Add SSLVHostSNIPolicy
1 parent e6a7c91 commit cec3f6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • resources/modules/Apache/ospanel_data/default/templates

resources/modules/Apache/ospanel_data/default/templates/httpd.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,10 @@ AddDefaultCharset utf-8
368368
SSLSessionCache "shmcb:${SRVROOT}/logs/ssl_session_cache(262144)"
369369
SSLSessionCacheTimeout 86400
370370
SSLSessionTickets Off
371+
SSLStaplingCache "shmcb:${SRVROOT}/logs/ssl_stapling(65536)"
371372
SSLStrictSNIVHostCheck Off
372373
SSLUseStapling Off
373-
SSLStaplingCache "shmcb:${SRVROOT}/logs/ssl_stapling(65536)"
374+
SSLVHostSNIPolicy authonly
374375
</IfModule>
375376

376377
# -----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)