cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to connect to HANA Cloud instance throwing Connection failed (RTE:[89013] Socket closed by pe

zafarbiet
Discoverer
0 Kudos

While connecting to an standard HANA cloud database from the visual studio code Hana explorer, I am getting below error,

[ERROR] The connection to the database failed with reason: Connection failed (RTE:[89013] Socket closed by peer {0.0.0.0:59250 -> 3.215.33.125:443} (0.0.0.0:59250 -> xxxx.hana.prod-us10.hanacloud.ondemand.com:443))

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Cocquerel
Active Contributor
0 Kudos

If you are connecting from LAN, you may need to specify proxy setting in your connection string:
;proxyHttp=true;proxyHostname=*****;proxyPort=****;proxyUserName=*****;proxyPassword=******'