do-ssl-connect ( ssl-handle -- )


Vocabulary
io.sockets.secure.openssl

Inputs
ssl-handlea ssl-handle


Outputs
None

Word description
Connects the SSL handle to the remote server. Blocks until the connection is established or an error is thrown.

Definition