How to telnet to a POP server that requires SSL

You can check it using online tool:

https://www.wormly.com/test_pop3_mail_server

Or via telnet usibg command:

openssl s_client -connect <server_name>:995

Using the above command will get openssl to setup a secure, interactive, SSL tunnel between your terminal and the server on port 995 (the port normally used for POP3+SSL).

 

Leave a Reply

Your email address will not be published.