Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Unable to authenticate with Management Server

 
Solved Solved
1 6 1,913
1 ACCEPTED SOLUTION

Ok it seems the problem was curl and proxy settings, the setup script error is really misleading and I only found out the problem when I opened up the individual scripts. Basically apigee-adminapi.sh is using curl to connect to the management server, and curl is ignoring networks and wildcards in no_proxy environment variable, so it keeps trying to connect to the management server via proxy. Now I've added each IP in the no_proxy and the setup manages to complete. It also explains why nobody else had this issue. 😞

View solution in original post

6 REPLIES 6
Top Solution Authors