Re: Cipher suit problem

2001-12-19 Thread Patrick Li
Looks like openssl doesn't like the ! operation even though the openssl man page said ! is supported. http://www.openssl.org/docs/apps/ciphers.html# oscar% openssl ciphers -v ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP ADH: Event not found If you took out the ! operation, it works ok.

Apache error duing SSL client connection

2001-07-16 Thread Patrick Li
Hi, Can someone give me some help? I got the following error from the Apache/logs/error_log directory I got this error when my SSL client program tries to connect to the apache server. It is urgent, anyone with any idea is greatly appreciated! [Mon Jul 16 18:56:58 2001] [error] mod_ssl: SSL

Closure alert

2001-05-04 Thread Patrick Li
Hi I am new to mod_ssl and HTTP and I have a question about mod_ssl. I have implemented a SSL client program (written using OpenSSL) and I am using it to connect to the mod_ssl apache server. My program sends a HTTP GET command and then reads the response sent by the apache server. The file