Hello,
I am trying a exercise to consume an gateway OData service that's exposed from cloud connector, currently I have finished following parts:
1.Register the OData service in Netweaver Gateway.
It runs OK on chrome client.
[image removed by Moderator. Needs updated redacted version]
2.Expose the Service on Cloud Connector
[ image removed by Moderator. Needs updated redacted version]
3.I create a Destination on HCP and deploy the Java application to HCP
When I run the servlet, it gives the issue: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 405 Method Not Allowed"
*My question is: can I access the HTTPS service via the cloud connector? for the HTTPs access, do I need any more settings in Cloud Connector such as Certificate ?
Many thanks .
Message was edited by: Michael Appleby
Alex Liao wrote:
Unable to tunnel through proxy. Proxy returns "HTTP/1.1 405 Method Not Allowed"
Hi Alex,
this error looks like the servlet tries to communicate directly via the HCP's proxy to the outisde internet (instead of connecting to the Cloud Connector). Can you check in your Destination on HCP side, whether you have selected
Proxy Type = OnPremise
Best Regards, Ulrich
Hi Alex,
You should be able to access HTTPS service via cloud connector. You would have set this protocol when defining the system in the access control.
I generally only refer to the OData services in the Resource section. Try removing AirlineSet from the resource URL.
Add a comment