I have a Foreman smart client version 1.15.0 running on Windows Server 2016, which I am trying to use for managing Windows DHCP servers with Foreman.
When I try to populate the DHCP leases with the smart client, I get the error:
Error: ERF12-2600 [ProxyAPI::ProxyException]: Unable to retrieve DHCP subnets ([RestClient::BadRequest]: 400 Bad Request) for proxy https://co-foremanprx01.example.com:8443/dhcp
And the log on the proxy itself reads:
E, [2017-06-16T23:14:25.469891 ] ERROR -- : Error when enumerating subnets on co-util02.example.com. Unknown error '5'
DHCP configuration on the smart client is as follows:
:enabled: true
:use_provider: dhcp_native_ms
:server: co-util02.example.com
How can I debug this? What's going on?