Guest User

Untitled

a guest
Dec 13th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. nmap imap.theirserver.com
  2.  
  3. openssl s_client -connect imap.theirserver.com:port
  4. openssl s_client -crlf -showcerts -starttls imap(or smtp) connect imap.theirserver.com:port (if the port is unencrypted)
  5.  
  6. 140735820493760:error:0200203C:system library:connect:Operation timed
  7. out:crypto/bio/b_sock2.c:108: 140735820493760:error:2008A067:BIO
  8. routines:BIO_connect:connect error:crypto/bio/b_sock2.c:109:
  9. connect:errno=60
Add Comment
Please, Sign In to add comment