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
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
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
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
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
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
Hello,
I've got git running on apache 2.4 and am using smart http with the
http-backend cgi script. From an external source I can clone the repo:
git clone https://git.host.com/repoName.git
this works fine. I can clone it locally. I can add changes to this
repo but when pushing back to origin ma