View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001500 | Xdebug | Step Debugging | public | 2017-12-06 18:56 | 2017-12-07 12:13 |
| Reporter | chadxz | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| Platform | Linux | OS | Ubuntu | OS Version | 16.04 |
| Product Version | 2.5.5 | ||||
| Summary | 0001500: remote_connect_back fails to connect when HTTP_X_FORWARDED_FOR contains comma-delimited ip addresses | ||||
| Description | remote_connect_back fails to connect when HTTP_X_FORWARDED_FOR contains comma-delimited ip addresses. This usually happens when the application is behind multiple proxies. In my case, the application is behind an HAProxy and an NGINX. I would expect that it would pull the first ip address out of the list, as usually this is the one that represents the client's ip address (see https://en.wikipedia.org/wiki/X-Forwarded-For#Format) | ||||
| Steps To Reproduce |
see in the logs that it failed. | ||||
| Additional Information | Relevant log output: Log opened at 2017-12-06 18:43:51 | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.1.5-7.1.9 | ||||
|
|
This is a duplicate of https://bugs.xdebug.org/bug_view_page.php?bug_id=00000964, which got fixed and release as part of 2.6.0alpha1: https://xdebug.org/updates.php#x_2_6_0alpha1 |
|
|
Thanks, searched but didn't see it! |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-12-06 18:56 | chadxz | New Issue | |
| 2017-12-07 10:51 | derick | Note Added: 0004503 | |
| 2017-12-07 10:51 | derick | Relationship added | duplicate of 0000964 |
| 2017-12-07 10:51 | derick | Status | new => resolved |
| 2017-12-07 10:51 | derick | Resolution | open => duplicate |
| 2017-12-07 10:51 | derick | Assigned To | => derick |
| 2017-12-07 12:13 | chadxz | Note Added: 0004504 | |
| 2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |