Just to round this off, I got them to turn off the rewrite at the application and voila it works! Thanks for your all inputs

Thank you for your suggestion of tcpwatch also very handy tool indeed!

Will

On Tue, Aug 5, 2008 at 5:09 PM, Robert Segall <roseg@apsis.ch> wrote:
On Mon, 2008-08-04 at 12:07 +0100, william pink wrote:
> Hello all,
>
> I have a Linux firewall server that is running pound that load balances to a
> Windows Server which has a .NET App running on it, What I am having problems
> with is the SSL termination for this server. I have placed the cert on the
> Pound server and it listens on port 443 fine but when I try and access the
> site with https it responds with An internal server error occurred. Please
> try again later.
> when I try http it says Firefox has detected that the server is redirecting
> the request for this address in a way that will never complete.
> I know the app on the Windows server will do a rewrite from http to https so
> I think this maybe the problem but is there a way of getting this to work
> with pound? The way I thought of doing it would be to have the cert on the
> Windows server and have pound listen on 443 and let Windows serve the cert
> but I haven't been succesful so far.
>
> Any help most appreciated,

Disable your application redirection - after all the .Net application
will only receive requests on HTTP (from Pound).

Once you use an external application for SSL wrapping it doesn't make
much sense to have the internal server dealing with that.

Suggestion: use a proxy like tcpwatch between Pound and your server to
see what exactly happens.
--
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904


--
To unsubscribe send an email with subject unsubscribe to pound@apsis.ch.
Please contact roseg@apsis.ch for questions.