Re: SSL_R_INTERNAL_ERROR while handshaking

2002-05-21 Thread Lutz Jaenicke
On Mon, May 20, 2002 at 08:53:41AM +, Mike Whitaker wrote: > We have a customer's SSL client talking to a CGI on a mod_ssl enabled > Apache. The CGI (Perl) basically reads a POST request and copies the whole > of stdin to a file, and that's it. (It does remember to close the file, > and ret

SSL_R_INTERNAL_ERROR while handshaking

2002-05-21 Thread Mike Whitaker
Can anyone shed any light on the following? We have a customer's SSL client talking to a CGI on a mod_ssl enabled Apache. The CGI (Perl) basically reads a POST request and copies the whole of stdin to a file, and that's it. (It does remember to close the file, and returns a 200 and an empty te