Handbook
Glossary
Secure socket addresses
Secure sockets (SSL, TLS)
Prev:
Secure socket contexts
Next:
Upgrading existing connections
Secure socket connections are established by passing a secure socket address to
<client>
or
<server>
.
Secure socket addresses form a class:
secure
Constructing secure socket addresses:
<secure>
( addrspec hostname -- secure )
Instances of this class can wrap an
inet
,
inet4
or an
inet6
, although note that certificate validation is only performed for instances of
inet
since otherwise the host name is not available.