class PaloAlto::XML::Config::Shared::Profiles::Decryption::Entry::SslForwardProxy
Public Instance Methods
# File lib/palo_alto/config.rb, line 29199 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 29377 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 29381 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 29337 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 29341 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 29289 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 29293 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 29345 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 29349 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 29369 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 29373 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 29305 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 29309 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 29361 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 29365 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 29329 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 29333 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 29321 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 29325 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 29297 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 29301 def block_untrusted_issuer=(val) prop_set('block-untrusted-issuer', val) end
# File lib/palo_alto/config.rb, line 29196 def has_multiple_values? false end
whether to restrict certificates' extensions
# File lib/palo_alto/config.rb, line 29313 def restrict_cert_exts prop_get('restrict-cert-exts') end
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 extension in client hello
# File lib/palo_alto/config.rb, line 29385 def strip_alpn prop_get('strip-alpn') end
Strip ALPN extension in client hello
# File lib/palo_alto/config.rb, line 29389 def strip_alpn=(val) prop_set('strip-alpn', val) end