cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CAI Webhook

former_member214867
Participant

Hi expent

I try to call webhook to my abap system but i am getting error:

Maybe someone have the same problem an resolve it ?

Actions running Warning: An API error has been detected on
"I/O error on GET request for \"https://somehost.ru/sap/public/zsomechatbot\": PKIX path building failed: Details: unable to find valid certification path to requested target; nested exception is Details: PKIX path building failed: Details: unable to find valid certification path to requested target"
View Entire Topic
stirupachur
Explorer
0 Kudos

I have the same issue and not able to find any resolution

CONNECTED(00000005)

depth=0 C = DE, ST = platform, L = platform, CN = hybris

verify error:num=20:unable to get local issuer certificate

verify return:1

depth=0 C = DE, ST = platform, L = platform, CN = hybris

verify error:num=21:unable to verify the first certificate

verify return:1

---

Certificate chain

0 s:/C=DE/ST=platform/L=platform/CN=hybris

i:/C=DE/ST=yDevelopers/L=yDevelopers/CN=yDevelopers

---

Server certificate

-----BEGIN CERTIFICATE-----

MIIEXDCCAkSgAwIBAgIJAIYZ8AmysDKwMA0GCSqGSIb3DQEBCwUAME8xCzAJBgNV

BAYTAkRFMRQwEgYDVQQIEwt5RGV2ZWxvcGVyczEUMBIGA1UEBxMLeURldmVsb3Bl

cnMxFDASBgNVBAMTC3lEZXZlbG9wZXJzMCAXDTE3MDkxOTEwNTgyMVoYDzIxMDcw

NjA4MTA1ODIxWjBEMQswCQYDVQQGEwJERTERMA8GA1UECBMIcGxhdGZvcm0xETAP

BgNVBAcTCHBsYXRmb3JtMQ8wDQYDVQQDEwZoeWJyaXMwggEiMA0GCSqGSIb3DQEB

AQUAA4IBDwAwggEKAoIBAQC2xGgbN7hDcNPHO0oy+EUvEFAEBqgBGsEm5oIcBMzm

bXRl8WduWqFrGz/iK5iThRVBIihWgzNl5cBAHcWiyHiRwW2opwTHHmJyynVd7DC4

aGJzzGK+qTc4VF/dTrf3/kUOTVdqWxMUzg06HzkgCUbuKDnxk/jl6eT/cCPEiqDY

IE0FrxbrMtmyRODayJ26tErUjOlAV7JYfxhiqFDVM3goArcATL1RMyg4bRalf714

1wPFdU3dszczxIbmJVQgJ6MDBqgpGDmYnahamyNHBHPlEcV53rWhlA8Hbfcnf2Dg

948dqiHM3/3Qt0nhN0MfvqIrPZoT5/s3itr5Q9p0GBmVAgMBAAGjRDBCMEAGA1Ud

EQQ5MDeCCWxvY2FsaG9zdIIQMTI3LjAuMC4xLnhpcC5pb4ISKi4xMjcuMC4wLjEu

eGlwLmlvhwR/AAABMA0GCSqGSIb3DQEBCwUAA4ICAQCZ2P7c6Ru/oCZAMhVD7Byb

DrINjhy7BWw1c74qyz1+9cxX04gq0sZRexui5vyRzpUk76KvCs7p/q4X/Lpoa4v0

xy+uSJFLQIiqSTPLCC84oi2T9d3SBiB/kkXO22MgW3t52kG0yJVDl9eZmkbEF7hP

ZI4RVWhErNEgxJDuTSS6G16lkD3kQRHJAUmjlUDu4JfOhR6MAVMOfVR8YZWf3h8b

gWMDFN8bXYNqkGpq5p7We2o4j+XMf6Z7mlqS3QeM5GD2rF3jY8LnCwTrpB2PpMSA

ImAKjX3cvCXp/JQBA8NhBzbjjl6OjScB850zxUm5htXBePvlULfnW4gNQaoPqmO7

63vclxgEIiMcUT26SOlsr3NiRIBnQvxp07lVZpfnU+Tiz3U5lMy6KiPJpKAqjJUq

GNMpMO8oLo2DiUQGUQiKRIpotJl1lkbcmKYqCoW9BQCMZ/cqPPExNL88pmvSfe5b

6sAR1UFO34H6+6lFKvH2nEVjH2FrWIcAZghDav8bkrxJrZOjRfjRMDEl7TwahRpz

Z9dazUKDv9uU7i48QWqRfg4OfipeBLUrbdTEbAAJ2kyntA2vutkSE5SDb/yefRjd

772Vy19/s2CF1JXsIp/QRvnUiswoYfRp22kMH/lj33VNsznRie3s6wDIP0dZoKij

oItUfB+ukcAecFnduN75cw==

-----END CERTIFICATE-----

subject=/C=DE/ST=platform/L=platform/CN=hybris

issuer=/C=DE/ST=yDevelopers/L=yDevelopers/CN=yDevelopers

JonasB
Contributor
0 Kudos

Hi Satyanarayan,

the SSL certificate is for the domain "hybris" or "localhost" but not for an actual internet-facing domain name. Also it is not issued by any trusted certificate authority. Please kindly check your server is reachable via internet and use a ssl checker tool to ensure the chain of your certificate is correct and the root issuer is a trusted certificate authority.

Regards
Jonas