Re: connection refused, error code 146

2002-05-16 Thread shalen chhabra
Hello to all I am a student and a new user of openssl I was using this command on my shell but from where i should get these files ~/testcerts/ssl-client-cert.pem ~/testcerts/ssl-client-key.pem -showcerts -prexit -state -ssl3 I donot have them even in my /usr/local/include/openssl directory. Some

RE: connection refused, error code 146

2002-05-16 Thread Neff Robert A
Title: RE: connection refused, error code 146 >The output was: >connect: Connection refused >connect:errno=146 [snip]   ^^ There's your problem. Connection refused most likely caused by server not configured properly. Make sure your server is config

connection refused, error code 146

2002-05-16 Thread Kroh Olaf
Hi! I 've sent a request to a ssl-server that does not work with http, only with sockets. Here the command line: openssl s_client -connect x.x.x.x:443 -cert ~/testcerts/ssl-client-cert.pem -key ~/testcerts/ssl-client-key.pem -showcerts -prexit -state -ssl3 The output was: connect: Connection