Changes

Jump to navigation Jump to search
377 bytes added ,  00:37, 4 December 2014
Line 1,014: Line 1,014:  
Effectuate the changes you have made
 
Effectuate the changes you have made
 
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update
 +
 +
==SSL==
 +
===SSL diagnostic===
 +
The s_client command implements a generic SSL/TLS client which connects to a remote host using SSL/TLS. It is a very useful diagnostic tool for SSL servers.
 +
[https://www.openssl.org/docs/apps/s_client.html openssl s_client] Documentation
 +
*on sme
 +
openssl s_client -connect localhost:993
 +
*on a remote host
 +
openssl s_client -connect yourdomain:993
    
== SSH ==
 
== SSH ==

Navigation menu