subject-name-verify-error ( expected got -- * )
Secure sockets (SSL, TLS) ยป Secure socket errors

Prev:certificate-verify-error ( result -- * )
Next:upgrade-on-non-socket ( -- * )


Vocabulary
io.sockets.secure

Error description
Thrown during certificate verification if the subject names on the certificate does not match the host name the socket was connected to. This indicates a potential man-in-the-middle attack. The expected and got slots contain the mismatched host names.

Definition


Methods