[PATCH] DOC: Fix typo

2018-10-13 Thread Bertrand Jacquin
--- CONTRIBUTING | 6 +++--- include/types/connection.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index b5ba18241c1c..575e63b40039 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -309,7 +309,7 @@ do not think about them anymore

Re: HAProxy / shibboleth ( SP ) authentication question

2018-10-13 Thread Gibson, Brian (IMS)
I have experience with this. The main concern is that shibboleth needs to retain shared session data between all the service provider instances. I accomplished this with a postgres database. If you'd like more information you can contact me off line from the haproxy list since it's not really

Re: HAProxy / shibboleth ( SP ) authentication question

2018-10-13 Thread Aleksandar Lazic
Hi. Am 13.10.2018 um 10:26 schrieb Imam Toufique: > Hello,  > > I have been searching for an answer whether HAProxy can forward authentication > request from shibboleth SP.   With SP you mean Service Provider, right? https://wiki.shibboleth.net/confluence/display/SP3 > Here is my proposed setu

Seamless reload and servers connections status

2018-10-13 Thread Sébastien Kurtzemann
Hi, I’ve got a question about haproxy "seamless reload" : when this operation is perform does all backend servers connections be reset ? Our use case: - we use Voyager Ingress for Kubernetes (https://appscode.com/products/voyager/) this last use haproxy to perform balancing - we have configure ea

HAProxy / shibboleth ( SP ) authentication question

2018-10-13 Thread Imam Toufique
Hello, I have been searching for an answer whether HAProxy can forward authentication request from shibboleth SP. Here is my proposed setup for delivering some web contents. A. load balancer is HAPorxy B. 3 web servers behind HA proxy -- > clients go to the proxy address: https://example.com -