Hello everyone!
We have an integration with TTN and we are using webhooks. We never had any issues until now, when we need to change our certificate. We are not using the CLI and we are seeing some errors in the Console when we use the new certificate.The error we are getting in the live data tab of an application is:
message_format": "request to
{url} failed",
"cause": {
"namespace": "pkg/errors",
"name": "x509_unknown_authority",
"message_format": "unknown certificate authority",
"correlation_id": "a50eb511a40e409091247fd692508882",
"code": 14
}
The certificate is issued by RapidSSL, the old one we don’t have any troubles with is by Sectigo.
Does anyone have any idea how can we fix this?