Browse Source

ocspStapling set to 0

mhsanaei 1 day ago
parent
commit
87042d77ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/assets/js/model/inbound.js

+ 1 - 1
web/assets/js/model/inbound.js

@@ -633,7 +633,7 @@ TlsStreamSettings.Cert = class extends XrayCommonClass {
         keyFile = '',
         keyFile = '',
         certificate = '',
         certificate = '',
         key = '',
         key = '',
-        ocspStapling = 3600,
+        ocspStapling = 0,
         oneTimeLoading = false,
         oneTimeLoading = false,
         usage = USAGE_OPTION.ENCIPHERMENT,
         usage = USAGE_OPTION.ENCIPHERMENT,
         buildChain = false,
         buildChain = false,