cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to connect to https://localhost:8443

Former Member
0 Likes
2,718

I have downloaded the HANA Cloud connector .

The go.bat file is running fine.

Since JDK installed on my system is 1.8.0_251 , I made the below changes:

  • In the JDK, edited jre/lib/java.security and removed K_NULL, C_NULL, M_NULL from the list jdk.tls.disabledAlgorithms:
jdk.tls.legacyAlgorithms= \ K_NULL, C_NULL, M_NULL, \ DH_anon, ECDH_anon, \ RC4_128, RC4_40, DES_CBC, DES40_CBC, \ 3DES_EDE_CBC
  • In the file <scc>/config_master/org.eclipse.gemini.web.tomcat/default-server.xml, added allowUnsafeLegacyRenegotiation="true"

Now when I run https://localhost:8443 in Chrome , it gives the below error:

This site can’t be reached

localhost refused to connect.

Try:

  • Checking the connection
  • Checking the proxy and the firewall

ERR_CONNECTION_REFUSED

Can anyone please help resolve the issue?

Accepted Solutions (0)

Answers (0)