https://bz.apache.org/bugzilla/show_bug.cgi?id=64995

            Bug ID: 64995
           Summary: proxypass to ssl target through proxyremote not set
                    correcly the sni_hostname....
           Product: Apache httpd-2
           Version: 2.4.23
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When i use proxy to https target with ProxyRemote (with ProxyPreservehost off)
apache set in ssl servername the proxy name in place of the ProxyPass hostname. 

https://httpd.apache.org/docs/2.4/fr/mod/mod_proxy.html#proxypass
https://httpd.apache.org/docs/2.4/fr/mod/mod_proxy.html#proxyremote
https://httpd.apache.org/docs/2.4/fr/mod/mod_proxy.html#proxypreservehost
https://httpd.apache.org/docs/2.4/fr/mod/mod_ssl.html#sslproxyengine

Exemple:

SSLProxyEngine on

ProxyRemote "*" "http://cleverproxy.localdomain:8080";
ProxyPass / https://mytarget/


This set cleverproxy.localdomain:8080 in ssl servername.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to