class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Decryption::Entry::SslForwardProxy
Public Instance Methods
# File lib/palo_alto/config.rb, line 101917 def _section :'ssl-forward-proxy' end
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
# File lib/palo_alto/config.rb, line 101914 def has_multiple_values? false end
whether to restrict certificates' extensions
# File lib/palo_alto/config.rb, line 102031 def restrict_cert_exts prop_get('restrict-cert-exts') end
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 extension in client hello
# File lib/palo_alto/config.rb, line 102103 def strip_alpn prop_get('strip-alpn') end
Strip ALPN extension in client hello
# File lib/palo_alto/config.rb, line 102107 def strip_alpn=(val) prop_set('strip-alpn', val) end