Hello,
I'm trying to use a reverse proxy (Esigate) to connect to a publically available SAP Gateway System. When I deploy the application on my local tomcat evertyhing works fine, but when I try to access the Gateway server through the reverse proxy deployed on Hana Cloud I get a timeout because the proxy cannot reach the gateway server.
My reverse proxy configuration is as follows:
# Settings for default application
default.remoteUrlBase=https://sapes1.sapdevcenter.com/
and I've created a destination in the hana trial cloud:
#Password=<< Existing password removed on Export >>
#
#Sat Feb 08 10:43:30 UTC 2014
Description=Gateway demo system
Type=HTTP
Authentication=BasicAuthentication
Name=Gateway
CloudConnectorVersion=1
ProxyType=Internet
URL=https\://sapes1.sapdevcenter.com/
User=xxxxxxxx
Do I need to do any other settings?
Regards
Mattias