Facing issue(s) while trying to open APIGEE URL.

Not applicable

I created a sample project with Reverse proxy and the URL http://saripalli-test.apigee.net/RESTfulExample/rest/hello/mkyong was returned.

When I click on the URL I get an error "{"fault":{"faultstring":"The Service is temporarily unavailable","detail":{"errorcode":"messaging.adaptors.http.flow.ServiceUnavailable"}}}".

If I open the actual URL "http://<ip_address>:8654/RESTfulExample/rest/hello/mkyong" it opens.

Can you please suggest?

0 7 616
7 REPLIES 7

Not applicable

@Saripalli Prem kumar what is the proxy base path & existing API information you provided while creating the reverse proxy?

Not applicable

Rakshith,

Proxy Base Path :

/RESTfulExample/rest/hello/mkyong

Existing API :

http://<ip_address>:8654

Thanks.

@Saripalli Prem kumar , What's your org name ? Is it onCloud ?

Hi Prem, Can you please check if this helps? Similar question

https://community.apigee.com/questions/258/simple-api-service-fault.html

@Saripalli Prem kumar ,

I just had a look at your proxy. It's simple, Your backend is not accessible via outside network. Seems like it's a private ip behind a firewall / vpn. Since you are on cloud, We expect backend API accessible via internet. You will secure backend using two way SSL / other API security practices in Apigee so that only Apigee can access your backend.

When you said "If I open the actual URL "http://<ip_address>:8654/RESTfulExample/rest/hello/mkyong" it opens," you might have tested same within your network.

Keep us posted if you still have any queries.

@Anil Sagar

Thanks, Anil.

Can you provide me any tutorials on how can be done?

Thanks.

@Saripalli Prem kumar

First, Your APIs has be to be accessible outside your network to use Apigee Cloud. If they are meant to be inside your network, we have Apigee Edge onPrem which is paid. And when you said "how can be done ?" I believe you are talking about lastmile security of your backend Apis. I believe it's available only for paid orgs.