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,

Thanks,
Will