class PaloAlto::XML::Config::Shared::Profiles::Decryption::Entry::SslForwardProxy

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 29199
def _section
        :'ssl-forward-proxy'
end
auto_include_altname() click to toggle source

whether to automatically append SAN to impersonating certificate if server certificate is missing SAN

# File lib/palo_alto/config.rb, line 29377
def auto_include_altname
        prop_get('auto-include-altname')
end
auto_include_altname=(val) click to toggle source

whether to automatically append SAN to impersonating certificate if server certificate is missing SAN

# File lib/palo_alto/config.rb, line 29381
def auto_include_altname=(val)
        prop_set('auto-include-altname', val)
end
block_client_cert() click to toggle source

whether to block sessions if client certificate authentication is used

# File lib/palo_alto/config.rb, line 29337
def block_client_cert
        prop_get('block-client-cert')
end
block_client_cert=(val) click to toggle source

whether to block sessions if client certificate authentication is used

# File lib/palo_alto/config.rb, line 29341
def block_client_cert=(val)
        prop_set('block-client-cert', val)
end
block_expired_certificate() click to toggle source

whether to block sessions if server's certificate is expired

# File lib/palo_alto/config.rb, line 29289
def block_expired_certificate
        prop_get('block-expired-certificate')
end
block_expired_certificate=(val) click to toggle source

whether to block sessions if server's certificate is expired

# File lib/palo_alto/config.rb, line 29293
def block_expired_certificate=(val)
        prop_set('block-expired-certificate', val)
end
block_if_hsm_unavailable() click to toggle source

whether to block sessions if HSM is unavailable

# File lib/palo_alto/config.rb, line 29353
def block_if_hsm_unavailable
        prop_get('block-if-hsm-unavailable')
end
block_if_hsm_unavailable=(val) click to toggle source

whether to block sessions if HSM is unavailable

# File lib/palo_alto/config.rb, line 29357
def block_if_hsm_unavailable=(val)
        prop_set('block-if-hsm-unavailable', val)
end
block_if_no_resource() click to toggle source

whether to block sessions if device has no enough resources

# File lib/palo_alto/config.rb, line 29345
def block_if_no_resource
        prop_get('block-if-no-resource')
end
block_if_no_resource=(val) click to toggle source

whether to block sessions if device has no enough resources

# File lib/palo_alto/config.rb, line 29349
def block_if_no_resource=(val)
        prop_set('block-if-no-resource', val)
end
block_timeout_cert() click to toggle source

whether to block a session if cert. status can't be retrieved within timeout

# File lib/palo_alto/config.rb, line 29369
def block_timeout_cert
        prop_get('block-timeout-cert')
end
block_timeout_cert=(val) click to toggle source

whether to block a session if cert. status can't be retrieved within timeout

# File lib/palo_alto/config.rb, line 29373
def block_timeout_cert=(val)
        prop_set('block-timeout-cert', val)
end
block_tls13_downgrade_no_resource() click to toggle source

whether to downgrade from tls1.3 if device has not enough resources

# File lib/palo_alto/config.rb, line 29305
def block_tls13_downgrade_no_resource
        prop_get('block-tls13-downgrade-no-resource')
end
block_tls13_downgrade_no_resource=(val) click to toggle source

whether to downgrade from tls1.3 if device has not enough resources

# File lib/palo_alto/config.rb, line 29309
def block_tls13_downgrade_no_resource=(val)
        prop_set('block-tls13-downgrade-no-resource', val)
end
block_unknown_cert() click to toggle source

whether to block a session if cert. status is unknown

# File lib/palo_alto/config.rb, line 29361
def block_unknown_cert
        prop_get('block-unknown-cert')
end
block_unknown_cert=(val) click to toggle source

whether to block a session if cert. status is unknown

# File lib/palo_alto/config.rb, line 29365
def block_unknown_cert=(val)
        prop_set('block-unknown-cert', val)
end
block_unsupported_cipher() click to toggle source

whether to block sessions if ssl cipher suite is not supported

# File lib/palo_alto/config.rb, line 29329
def block_unsupported_cipher
        prop_get('block-unsupported-cipher')
end
block_unsupported_cipher=(val) click to toggle source

whether to block sessions if ssl cipher suite is not supported

# File lib/palo_alto/config.rb, line 29333
def block_unsupported_cipher=(val)
        prop_set('block-unsupported-cipher', val)
end
block_unsupported_version() click to toggle source

whether to block sessions if ssl version is not supported

# File lib/palo_alto/config.rb, line 29321
def block_unsupported_version
        prop_get('block-unsupported-version')
end
block_unsupported_version=(val) click to toggle source

whether to block sessions if ssl version is not supported

# File lib/palo_alto/config.rb, line 29325
def block_unsupported_version=(val)
        prop_set('block-unsupported-version', val)
end
block_untrusted_issuer() click to toggle source

whether to block sessions if server's certificate is issued by untrusted CA

# File lib/palo_alto/config.rb, line 29297
def block_untrusted_issuer
        prop_get('block-untrusted-issuer')
end
block_untrusted_issuer=(val) click to toggle source

whether to block sessions if server's certificate is issued by untrusted CA

# File lib/palo_alto/config.rb, line 29301
def block_untrusted_issuer=(val)
        prop_set('block-untrusted-issuer', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 29196
def has_multiple_values?
        false
end
restrict_cert_exts() click to toggle source

whether to restrict certificates' extensions

# File lib/palo_alto/config.rb, line 29313
def restrict_cert_exts
        prop_get('restrict-cert-exts')
end
restrict_cert_exts=(val) click to toggle source

whether to restrict certificates' extensions

# File lib/palo_alto/config.rb, line 29317
def restrict_cert_exts=(val)
        prop_set('restrict-cert-exts', val)
end
strip_alpn() click to toggle source

Strip ALPN extension in client hello

# File lib/palo_alto/config.rb, line 29385
def strip_alpn
        prop_get('strip-alpn')
end
strip_alpn=(val) click to toggle source

Strip ALPN extension in client hello

# File lib/palo_alto/config.rb, line 29389
def strip_alpn=(val)
        prop_set('strip-alpn', val)
end