Hi All,
I have a problem with certificate issue among SCC and On-premise system, my scenario is:
On-Premise: expose odata service
SAP cloud connector: reverse proxy
Hana cloud platform: application container
UI5: frontend
use destinations to connect to On-premise through cloud connector, because I need load destination dynamically, so I use Java and DestinationFactory API to proxy all HTTP(HTTPS) request, when fetech request from UI5, then post request through servlet, but during connect to SCC,
I refered the guide located https://help.hana.ondemand.com/help/frameset.htm?d0c4d5675d4f4bc78a5b7a7b8687c841.html, and https://help.hana.ondemand.com/help/frameset.htm?3f974eae3cba4dafa274ec59f69daba6.html, mean to use local CA,
but there was a certificate issue, could someone kindly help me out?
HTTP Status 500 - sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
very appreciate that!
thanks and best regards,
Bryan