> how would I use openssl and curl ? to check > port 443 from a nonlocal host ?
assuming you have the openssl pkg installed on the nonlocal host. $ openssl s_client -connect yourhost:443 -state -debug curl can be found at http://curl.haxx.se/ or depending on your OS, you may already have a pre-built pkg available. $ curl -v https://yourhost/ -brad -- Brad Burdick | [EMAIL PROTECTED] http://media.org/ | The medium is NOT the message ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]