Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
Display xsd reference jade
StartingElementAcceptUntrustedCertificate
 

AcceptUntrustedCertificate

Explanations

AcceptUntrustedCertificate

  • YADE
  • Expired certificates represent typical errors that prevent validation and are be handled as such. They cannot be accepted with this setting.
  • JADE can be configured to accept self-signed certificatscertificates:
    • The option accept_untrusted_certificate=true would option AcceptUntrustedCertificate=true would accept a valid certificate that could not be verified to be trustedas being trustworthy.
    • The default value for this option is false,
    • This behaviour behavior applies to connections with HTTPS and WebDAV.
  • Note that YADE does not accept expired certificates even though they are a common occurrence. Setting this AcceptUntrustedCertificate to true does not stop expired certificates from being rejected.