APIs & Integrations

MBoukhors
Member | Partner
Member | Partner

ERROR POST Request

Hi , 

 

I am currently developing an API.

I've a problem during my POST via webook on my test account & the Webhooks on the App.

Error message on the test account: "The time limit has been exceeded, but a new attempt will be made soon"
the details of the error: "Server response
The body of the response to this request was empty "

On the app when I want to test the test JSON file, it displays: {
"success": null,
"fail": {
"error": {
"status": "error",
"category": "SERVICE_UNAVAILABLE",
"subCategory": "SubscriptionWebhookErrorCategory.HTTP_HOST_CONNECTION_ERROR",
"message": "There was a problem connecting to the host at your target webhook URL."
},
"errorCategory": "HTTP_HOST_CONNECTION_ERROR"
}
}

On POSTMAN my URL call works fine, it gives me a status 200 and my JSON file sent.
My URL has a valid HTTPS certificate.
My url is on port 443 and responds perfectly when called

Thanks for your help ! 🙂 

 

 

0 Upvotes
3 Replies 3
webdew
Guide | Diamond Partner
Guide | Diamond Partner

ERROR POST Request

Hi @MBoukhors ,

This error message can occur if you have SSL set on the default Web site, and you remove the certificate, and then try to set it up on a second Web site.

Hope this helps!


If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards. 



MBoukhors
Member | Partner
Member | Partner

ERROR POST Request

Hi, thanks for your reply 

 

The certificate is unique to this domain name, and we didn't connect it to HubSpot before generating the certificate?

Thanks again for your help ! 

dennisedson
HubSpot Product Team
HubSpot Product Team

ERROR POST Request

@prosa , would you be able to help out here?

0 Upvotes