On Wed, 2007-11-21 at 09:52 -0600, Greg Varnell wrote:
> Mark,  however I can connect to the server over port 443 (https) from
> any external server?  Could 443 just not be listening locally but
> listening externally?
....
> > 
> > # ./openssl s_client -connect localhost:443 -debug
> > 
You may bind to the same port by different ip many applications.
For example on localhost:443 you may have one server and on
external_ip:443 other server. One server may bind this this two
addresses in different way too.
Check this with:
  $ telnet localhost 443
  GET / HTTP/1.0
  <enter>
  <enter>
I you will get HTTP message then this means that on this ip:port SSL is
not enabled.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to