You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/10/15 16:08:12 UTC

[Bug 61620] New: ProxyPass ping option does not work with HTTPS remote server

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

            Bug ID: 61620
           Summary: ProxyPass ping option does not work with HTTPS remote
                    server
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: bugs@httpd.apache.org
          Reporter: ben.rubson@gmail.com
  Target Milestone: ---

Hello,

I found that ProxyPass ping option does not work with HTTPS remote servers.

Test case to reproduce the issue :

Apache remote server, with prefork MPM :
StartServers      1
MinSpareServers   1
MaxSpareServers   1
MaxRequestWorkers 1

Frontend server :
ProxyPass "/" "https://<remote_server>/" ping=2

Open a first connection to the server which takes time to proceed.
Open a second connection, it should return after 2 seconds, however it does not
and stalls up to timeout (ProxyTimeout).

Move the remote server to HTTP (and ProxyPass to http://), the above test will
then succeed.

Any reason why it behaves like this ?

Many thanks !

Ben

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 61620] ProxyPass ping option does not work with HTTPS remote server

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61620

--- Comment #1 from Ben RUBSON <be...@gmail.com> ---
Hi,

Any clue ?

Thank you again !

Ben

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 61620] ProxyPass ping option does not work with HTTPS remote server

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61620

cbarbara@okta.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbarbara@okta.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org