Hi,

I want to start s_server using openssl, I use the following command:
openssl.exe s_server -accept 443 -cert ssl_cert.pem -key ssl_key.
pem

Unfortunately, when I try to connect to the server (for example using wget
https://ip:443 --no-check-certificate) I receive:
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)

And openssl finishes. I use OpenSSL 0.9.8e on Windows.

Any idea what may be wrong? 

Thank you for your help in advance!
Best regards,
Koza
-- 
View this message in context: 
http://www.nabble.com/s_server-and-gethostbyname-failure-error-tp14675962p14675962.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.

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

Reply via email to