curl -u login:pass http://server:8000/api/admin/bounce/v1
But I’m getting the error: Trusted IP required, even though the IP is already added to the Trusted list.
Is this a bug, or is there something else that needs to be configured?
Yes, this is a test server.
http_server_validate_auth_basic is like a debug mode — it accepts any login and password values and just logs them to syslog.
curl -v -u admin:admin1 http://host:8000/api/admin/bounce/v1
Trying IP:8000…
Connected to host (IP) port 8000 (#0)
Server auth using Basic with user ‘admin’
GET /api/admin/bounce/v1 HTTP/1.1
Host: host:8000
Authorization: Basic YWRtaW46YWRtaW4x
User-Agent: curl/7.81.0
Accept: /
Mark bundle as not supporting multiuse
< HTTP/1.1 401 Unauthorized
< content-type: text/plain; charset=utf-8
< content-length: 19
< date: Fri, 18 Jul 2025 14:56:34 GMT
<
Connection #0 to host host left intact