cancel
Showing results for 
Search instead for 
Did you mean: 

Install Clound Connector https://localhost:8443/ is not working

fjcvsap
Participant
0 Kudos

Hello, I try to install Sap Clound Connector but https://localhost:8443/ is not working.

In scc_service_log, I can find:

I use windows 64,

ljs-trace.txt

My setting variable are: C:\Program Files\Java\jdk1.8.0_201\bin; I Reinstalled Cloud connector also and try.

The error is persistent. Please help me to resolve this issue.Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

fjcvsap
Participant
0 Kudos

Hello

I just follow the steps from https://archive.sap.com/discussions/thread/3819833 and works finally.

Resolution: window10, 64 bit machine (i used JDK 1.7)

1) Make sure JDK version 1.6/1.7 only not higher

2) Make sure environement variable for Path="C:\Program Files\Java\jdk1.7.0_79\bin" and

JAVA_Home="C:\Program Files\Java\jdk1.7.0_79"

3) Make sure during the installation jdk path is "C:\Program Files\Java\jdk1.7.0_79" (for sapcc-2.7.1-windows-x64.msi/sapcc-2.7.2-windows-x64.msi)

because JDK 1.8 is not supported for this insallation

4) Make sure open in chrome browser,

=>you got message as "Your connection is not secure",

=>click on Advanced button then you got message as

"localhost:8443 uses an invalid security certificate.",

i.e. The certificate is not trusted because it is self-signed. The certificate is only valid for SCC

=> click on Add Exception button and confirm security exception.

you wil get "SAP HANA Cloud Connector Login" screen

Best