sslx connect works for direct TLS connections. some services need STARTTLS first (port 25, 143, 587).
something like:
sslx connect mail.example.com:587 --starttls smtp
would need to send the protocol-specific upgrade command before the TLS handshake.
sslx connect works for direct TLS connections. some services need STARTTLS first (port 25, 143, 587).
something like:
sslx connect mail.example.com:587 --starttls smtp
would need to send the protocol-specific upgrade command before the TLS handshake.