When running the following OpenSSL command on Windows: openssl s_server -key key.pem -cert cert.pem -accept 44330 -www
when a client connects that's NOT on the localhost machine, the connection immediately fails with:
Using default temp DH parameters
ACCEPT
gethostbyname failure
0 items in the session cache
0 client connects (SSL_connect())
0 client renegotiates (SSL_connect())
0 client connects that finished
0 server accepts (SSL_accept())
0 server renegotiates (SSL_accept())
0 server accepts that finished
0 session cache hits
0 session cache misses
0 session cache timeouts
0 callback cache hits
0 cache full overflows (128 allowed)
Why is this?