SSL peer certificate or SSH remote key was not OK

lock
push_pin
done
Answered
7

Hi dear Support,

I  send in crm scripts Data to URL for our Web Apps, and got Error back:

HTTPConnection::endRequest(): SSL peer certificate or SSH remote key was not OK.

Therefore the Data in SO Cloud is not sent. I checked the URL has valid Certificate but with common Name: *.xxx.de

The Web Apps of URL is hosted on our Webserver, According to our IT Support, it is about Wildcard Certificate with "*" in its name, so that its all Sub-Domain will be certifiable. however, it's a valid Certificates.

How could I get around with this problem?

 

Thanks!

22 Apr 2024 | 10:12 AM

All Replies (7)

Hi,

You can disable the peer certificate validation, does it work then?

HTTP httpClass;

httpClass.setOption("verifyPeer", "false");
22 Apr 2024 | 11:48 AM
Hi david,

it was and is with httpClass.setOption("verifyPeer", "false"), but still with same problem.
22 Apr 2024 | 12:01 PM

22 Apr 2024 | 12:03 PM
Hi Mr. You. Maybe you want to remove the password from the EDV_Anwender User from the screenshot
22 Apr 2024 | 12:22 PM
Thanks Alexander, it's removed.
22 Apr 2024 | 12:28 PM
Hi,
What happens if you also try to set h.setOption("verifyHost", false); ?
/Michel
24 Apr 2024 | 06:15 AM
Hi Michel,
yes, it works now with h.setOption("verifyHost", "false");
25 Apr 2024 | 02:07 PM

Add reply