class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Decryption::Entry::SslForwardProxy

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 101917
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 102095
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 102099
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 102055
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 102059
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 102007
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 102011
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 102071
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 102075
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 102063
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 102067
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 102087
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 102091
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 102023
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 102027
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 102079
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 102083
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 102047
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 102051
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 102039
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 102043
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 102015
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 102019
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 101914
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 102031
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 102035
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 102103
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 102107
def strip_alpn=(val)
        prop_set('strip-alpn', val)
end