APIs & Integrations

dibyendu
Member

Form Submission problem SSl Error

Hello I was trying to submit a form Using HUBSPOT API.
Here goes my code in Screen Shot

and the Error I am getting is

error:SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Please Help me to resolve this

0 Upvotes
1 Reply 1
Dadams
HubSpot Employee
HubSpot Employee

Form Submission problem SSl Error

Hi @dibyendu

You’ll need to update the root certificate authority bundle on your server, to make sure that it is up to date and can validate the HubSpot SSL certificates. Exactly how you do this is going to vary based on your server configuration, so you may need to talk to whoever manages the server, but there are some general instructions for updating the CA bundle in these answers:

Ubuntu 10.04/CURL: How do I fix/update the CA Bundle?

ubuntu, curl

0 Upvotes