You're really thinking of trusting a 3rd party with the SSL
certificates of your sites?

I'd second Phil's recommendation of rolling your own balancer setup.

Terminate the SSL on STunnel (http://http://www.stunnel.org/)  then
forward that through HAProxy (http://haproxy.1wt.eu/)
Both are very lightweight and simple to configure.

Instead using URLs to choose a server consider using cookies. Most
proxies can transparently set a cookie
that then stickies the user to a given webserver. This way you don't
have to change any of the website code.


Paul Haddon


On Dec 20, 8:47 am, "Dale Fraser" <d...@fraser.id.au> wrote:
> Any recommendations,
>
> I was also looking for a third party SSL load balancer service if anyone
> knows of such a thing.
>
> Regards
>
> Dale Fraser
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to