Re: [users@httpd] Setting up a load balancer with https and a valid certificate

2020-03-17 Thread Gilbert Soucy
I started to read on the reverse proxy. It seems to be exactly what I want but I still haven't found the right config. If I just replace ProxyPass by ProxyPassReverse, I do not reach the member servers behind. But thanks for the article, I will check around page 38. On Tue, Mar 17, 2020 at 10:19

Re: [users@httpd] Setting up a load balancer with https and a valid certificate

2020-03-17 Thread Gilbert Soucy
As soon as I add ProxyPreserveHost On I get too many redirections. On Tue, Mar 17, 2020 at 10:11 PM wrote: > Already tried with those? : > > SSLProxyEngine On > SSLProxyCheckPeerName Off > SSLProxyCheckPeerExpire Off > SSLProxyCipherSuite All > SSLProxyProtocol all -SSLv3 > SSLProxyCipher

Re: [users@httpd] Setting up a load balancer with https and a valid certificate

2020-03-17 Thread Jonathon Koyle
Sorry, I misread the end of your message. One feature that could accomplish what you are looking for is reverse proxy. Try using ProxyPassReverse instead of ProxyPass. There may be other settings to address, but I have never used the landing Load balancing. One of the contributors mentions it i

Re: [users@httpd] Setting up a load balancer with https and a valid certificate

2020-03-17 Thread dino
Already tried with those? : SSLProxyEngine On SSLProxyCheckPeerName Off SSLProxyCheckPeerExpire Off SSLProxyCipherSuite All SSLProxyProtocol all -SSLv3 SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+EXP SSLProxyVerify none ProxyPreserveHost On This way your reverse proxy will not check worke

Re: [users@httpd] Setting up a load balancer with https and a valid certificate

2020-03-17 Thread Jonathon Koyle
This is actually part of the ssl certificate. The certificate has a field to identify the host and have to match the hostname in the URL the Common Name CN. There is also an optional list Subject Alternative Name SAN that can be specified if you want one cert to match against various url hostname

[users@httpd] Setting up a load balancer with https and a valid certificate

2020-03-17 Thread Gilbert Soucy
Hello, I am not an expert, so I apologize if my question is unclear. I have a problem with setting up a load balancer that supports ssl with a valid certificate. It works ok when I refer to the balancer members by a valid DNS name. However, if I just put the IP address of the balancer members, I