Summary
YADE can be configured to validate digital certificates for HTTPS and WebDAV connections and generate an error if a certificate is found to be untrustworthy.
- YADE-173Getting issue details... STATUS
Typical situations for digital certificates not being validated are:
- The certificate has expired or has been issued for a different host.
- The certificate is self-signed - i.e. it has not been signed by a certificate authority.
- The certificate could not be processed.
The accept_untrusted_certificate parameter can be set for HTTPS and WebDAV connections.
Setting the parameter accept_untrusted_certificate to true (the default is false) will allow YADE to accept invalid certificates.
Reference