Different approach - similar to the "telnet 443" but more complete.  

Perl uses OpenSSL package to make a connection. The following command
will make a secure connection using OpenSSL libraries, certs etc . to
www.mysqueezebox.com

Code:
--------------------
    
  openssl s_client -connect www.mysqueezebox.com:443
  
--------------------


Generates lots of text ending wiuth "Verify return code: 0 (ok)"   not
sure what a bad connection will look like - I'm guessing a non zero
code.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111191

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to