ocspStapling set to 0

This commit is contained in:
mhsanaei 2025-07-22 12:49:02 +02:00
parent 011e0f309a
commit 87042d77ba
No known key found for this signature in database
GPG key ID: D875CD086CF668A0

View file

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