We're automating the Edge installation (4.17.05 all-in-one) and then testing it with apigee-validate. We're using CentOS 7 and we noticed that the command
/opt/apigee/apigee-service/bin/apigee-service apigee-validate setup -f /tmp/aio-config<br>
It's returning and error that says:
Testing out sample API call to curl -H "Host: VALIDATE.apigee.com" http://127.0.1.1:59001/v1/apigee/healthCheck....FAILED!
Though, using that same cUrl command with 127.0.0.1 returns ok.
The tool also says that 127.0.1.1 is the router IP
Found router with IP: 127.0.1.1
Is this a known bug, a problem with the installation or is it something OS related?
Solved! Go to Solution.
I found that in /etc/hosts there was an entry for 127.0.1.1 I commented it and it worked.
Thanks.