Question : Server discovery of servers using SSL certs

Hello, I have been tasked with doing a discovery of all servers that use SSL certificates. Other than checking machine by machine, does anyone know of a easier and faster way to accomplish this?

Answer : Server discovery of servers using SSL certs

you can use
openssl s_client -connect www.example.com:443
and embed it into a script. this will connect to an SSL server

you could also use the nssl tool http://sourceforge.net/projects/nssl
Random Solutions  
 
programming4us programming4us