Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Explanation corrected

...

AcceptUntrustedCertificate

  • Expired certificates represent typical errors that prevent validation and are be handled as such. They cannot be accepted with this setting.
    Status
    colourYellow
    title???
  • JADE can be configured to accept self-signed certificates:
    • The option accept_untrusted_certificateoption AcceptUntrustedCertificate=true would accept a valid certificate that could not be verified as being trustworthy.
    • The default value for this option is false,
    • This behavior applies to connections with HTTPS and WebDAV.
  • Note that setting this parameter to true will will not stop expired certificates from being rejected.