If you need to make a secure connection to a device and test if works can try this command:
(In our case have a secure connection to imap server //port 993)
openssl s_client -connect your.server.ip:993
To to same test connections unencrypted (plaintext) you can try: telnet your.server.ip 993
Niciun comentariu:
Trimiteți un comentariu