Handbook
Glossary
upgrade-on-non-socket ( -- * )
Secure sockets (SSL, TLS)
ยป
Secure socket errors
Prev:
subject-name-verify-error ( expected got -- * )
Next:
upgrade-buffers-full ( -- * )
Vocabulary
io
.
sockets
.
secure
Error description
Thrown if
send-secure-handshake
or
accept-secure-handshake
is called with the
input-stream
and
output-stream
variables not set to a socket. This error can also indicate that the connection has already been upgraded to a secure connection.
Definition
IN:
io.sockets.secure
ERROR:
upgrade-on-non-socket
;
Methods
USING:
io
io.sockets.secure
kernel
summary
;
M:
upgrade-on-non-socket
summary
drop
"send-secure-handshake can only be used if input-stream and"
print
"output-stream are a socket"
;