On Wed, 12 Dec 2007 13:34:14 +0200, Nico de Jager ndj@hivsa.com wrote:
I have a fingerprint scanning application, that uploads fingerprint images using Drakma to a Hunchentoot server. Everything works great as long as I don't use a secure connection. With https, I get a CHUNGA:INPUT-CHUNKING-UNEXPECTED-END-OF-FILE condition on the server, and "Timeout while writing 8192 bytes to #<COMM:SOCKET-STREAM >" on the client. Sometimes the uploads are successful with https, though.
It's hard to say something about this from here. Are you able to generate a small, self-contained example that exposes the problem? What did you do to isolate the error? Does it work without the trivial-ldap module being loaded? Does it work with another Lisp implementation on the client or on the server side? Does it work if you use :CONTENT-LENGTH T in your Drakma request?
Edi.