certificate-verify-error ( result -- * ) (original) (raw)
certificate-verify-error ( result -- * )
Secure sockets (SSL, TLS) » Secure socket errors
Prev: | premature-close-error ( -- * ) |
---|---|
Next: | subject-name-verify-error ( expected got -- * ) |
Error description
Thrown if certificate verification failed. The result slot contains an object identifying the low-level error that occurred.
Definition
ERROR: certificate-verify-error result ;
Methods
USING: io.sockets.secure kernel summary ;
M: certificate-verify-error summary
drop "Certificate verification failed" ;