On Tue, 29 Nov 2005, Daniel Tiefnig wrote: > For me, with openssl 0.9.8, it says: > > [EMAIL PROTECTED]:~$ openssl s_client -cipher RSA-AES256 > error setting cipher list > [EMAIL PROTECTED]:~$ openssl s_client -cipher DHE-RSA-AES256-SHA > connect: Connection refused > > But also: > > [EMAIL PROTECTED]:~$ openssl s_client -cipher RSA > connect: Connection refused > [EMAIL PROTECTED]:~$ openssl s_client -cipher SHA > connect: Connection refused > [EMAIL PROTECTED]:~$ openssl s_client -cipher AES256-SHA > connect: Connection refused
I think that definitely points to a problem of some sort with 0.9.8, because with 0.9.7e I get: $ openssl s_client -cipher RSA-AES256 connect: Connection refused connect:errno=29 $ openssl s_client -cipher DHE-RSA-AES256-SHA connect: Connection refused connect:errno=29 $ openssl s_client -cipher RSA connect: Connection refused connect:errno=29 Anyway, I'll leave the full name in the test script. -- Philip Hazel University of Cambridge Computing Service, [EMAIL PROTECTED] Cambridge, England. Phone: +44 1223 334714. Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
