Skip to content

Commit 87042d7

Browse files
committed
ocspStapling set to 0
1 parent 011e0f3 commit 87042d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/assets/js/model/inbound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ TlsStreamSettings.Cert = class extends XrayCommonClass {
633633
keyFile = '',
634634
certificate = '',
635635
key = '',
636-
ocspStapling = 3600,
636+
ocspStapling = 0,
637637
oneTimeLoading = false,
638638
usage = USAGE_OPTION.ENCIPHERMENT,
639639
buildChain = false,

0 commit comments

Comments
 (0)