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:
I ran into a similar issue after switching to a RapidSSL certificate. TTN was showing “Unknown certificate authority” until I made sure the full certificate chain (including intermediates) was properly served. You can test it using SSL Labs to confirm everything’s in order. RapidSSL sometimes needs the intermediate bundle explicitly set up. Once I fixed that, the webhook integration worked fine again.