Re: I'm so close (I Think) - need a little help finishing this - Haproxy SSL offloading with ACLs and a wildcard cert

2013-10-31 Thread Baptiste
Hi Chris, the option you mentioned keeps alive TCP connection on the client side, if the client is compatible with HTTP keep alive. The connection is kept alive as long as it needs to be, it can be driven by HAProxy through the timeout http-keepalive parameter. It does not mean all the requests

Re: I'm so close (I Think) - need a little help finishing this - Haproxy SSL offloading with ACLs and a wildcard cert

2013-10-28 Thread Chris
Hello again Baptiste, Thank you for replying back to my questions, they are very helpful answers and I really do appreciate your time. Concerning your question back about persistence or stickiness: - Sessions need to stay alive after being offloaded to the backend web servers to port 80 on

Re: I'm so close (I Think) - need a little help finishing this - Haproxy SSL offloading with ACLs and a wildcard cert

2013-10-22 Thread Baptiste
Hi Chris, My answers inline. On Mon, Oct 21, 2013 at 10:57 PM, Chris bludge...@gmail.com wrote: - If any of these domains and subdomains are called with http://, they need to be redirected to https:// # redirect http to https when connection is not ciphered http-request redirect scheme https

I'm so close (I Think) - need a little help finishing this - Haproxy SSL offloading with ACLs and a wildcard cert

2013-10-21 Thread Chris
Hello, I was hoping someone could help me out here, I'm fairly new to haproxy and what I think I need should be fairly simple to do for someone that has some experience with it, but for me, I am not having the best of luck. *Here is my scenario:* I have an haproxy server set up that I want to