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