Re: [users@httpd] mod_proxy_hcheck with Istio

2024-09-30 Thread Stanislav Samek
Hi, I don't think that there is an issue with ssl. We have SSLProxyEngine turned on and also a backend name match with CN. In attachment you can find output from the curl command. Thank you so 28. 9. 2024 o 22:02 Daniel Ferradal Márquez napísal(a): > > On 24/9/24 8:25, Stanislav Samek wrote: >

Re: [users@httpd] mod_proxy_hcheck with Istio

2024-09-28 Thread Daniel Ferradal Márquez
On 24/9/24 8:25, Stanislav Samek wrote: ... Probably it will be a problem that Istio is exposing endpoints in HTTP/2 revision. Don't you have a problem with this? Here is part of our configuration:   ProxyPassMatch ^/foobar/v1/(.*)$  balancer://application/api/$1   ProxyPassReverse ^/foobar

[users@httpd] mod_proxy_hcheck with Istio

2024-09-23 Thread Stanislav Samek
Hello, we are trying to use apache in version 2.4.58 with modules mod_proxy_balancer, mod_proxy_hcheck and mod_proxy. Goal is to dynamically check the status of the application which is exposed by Istio gateway. Problem is that from the Apache server we are able to connect to the application endp