Emilua API Reference tls dial tls.dial Synopsis local tls = require "tls" tls.dial(ep: string[, tls_ctx: tls.context]) -> socket Description Performs ip.tcp.dial(ep). Set common options (e.g. no-delay). tls.socket.new(). Client handshake (e.g. verify-mode, SNI, hostname, …, actual TLS handshake). Returns the connected socket. Current fiber is suspended until operation finishes. jailparam_all context