Tagged Questions

1
vote
2answers
288 views

Secure Forms Authentication behind Proxy

We use Stunnel (to strip out SSL) and HAProxy on our Load Balancer - which then sends on requests to IIS via HTTP. The problem we have is we want our sites (ASP.NET) to set cookies in a secure ...
1
vote
1answer
757 views

HAProxy loadbalancing HTTPs and session failover

We are investigating if it is possible to use HAProxy to load balance across multiple tomcat servers. We would like to use HTTPs for all requests and use sessions via the JSESSIONID cookie. HAProxy ...
0
votes
1answer
2k views

Can HAProxy front both Web servers and SSL VPN on one IP and port?

I need a Reverse Proxy to front both Lablz Web server and SSL VPN Adito (SSL Explorer fork) by sitting on one IP/port. Failed to achieve that with Nginx. Failed to use Adito as a generic reverse HTTP ...