Re: request for urgent help.

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 05 Feb 2003 07:25:07 +0100

The classical cause to such symptoms is sending an incorrect
Content-Length header in the reply. Squid enforces Content-Length, and
if your server indicates a Content-Length of 400 bytes but sends 600
then only 400 will be delivered to the client by Squid.

Regards
Henrik

sundararajan wrote:
>
> I am writing a dll which is loaded by a multi-threaded application to send
> encrypted data and receive/decrypt data through squid on windows nt.
>
> I have confugured SSL_PORTS 80 443 and I issue a
> CONNECT myServer:80 HTTP/1.1 \r\n\r\n
>
> I am able to reach my server on 80.
>
> the command i send it
>
> POST myServer:80 HTTP/1.1
> ....
> Content-type: application/encrypted
> Cookie: mycook="cooki-123-23"\r\n\r\n
> <encrypted body>
>
> When the response is prepared by my server is
> HTTP 200 OK proper response with the same content-type and encrypted
> response, i am not able to receive all the data, due to errorneous data,
> my application closes, i am confifure my dll to be loaded by a browser ,
> that also has the same problem. without the squid proxy i am able to get
> proper response. please help me urgent, swords above my neck.
>
> thanks in advance,
> sundar
>
> Fortress Development
Received on Wed Feb 05 2003 - 00:03:15 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:13 MST