-
-
Let's bind to
::1too. -
Let's bind to
::1too.Will do
-
State changed as build OD-7079 is successful
-
OneDev
changed state to 'Closed' 5 months ago
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Minor
|
| Assignee | |
| Affected Versions |
14.0.8
|
| Labels |
No labels
|
Issue Votes (0)
If I set
http_hostinserver.propertiesto a specific IP address instead of0.0.0.0, pushing is broken. The error is that curl cannot connect to port 6610 on localhost.I checked the code to see if it was possible to specify multiple bind addresses, but this does not seem to be possible.
In
HookUtils#getHookEnvsthe configured HTTP port is used to configure the URL, but the host name is hardcoded tolocalhost.localhostshould only be used ifhttp_hostequals0.0.0.0. Otherwise, the configured IP address should be used.