By Tom Locke
My app is using fastify. I recently upgraded to fastify v4 and I’m getting the error “self signed certificate in certificate chain”.
It seems I need to configure the key and the cert for the server, as documented here https://www.fastify.io/docs/latest/Reference/HTTP2/#secure-https
As I understand App Platform obtains and renews the cert automatically, How can I access the key and certificate?
Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey @tslocke,
According to the App Platform documentation, you can only enable HTTPS for custom domains, and not for the default app platform domain (your-app.ondigitalocean.app).
https://docs.digitalocean.com/products/app-platform/quickstart/#register-a-custom-domain
If you want to enable HTTPS for your app, you will need to add a custom domain, and then add an SSL certificate for that domain.
https://docs.digitalocean.com/products/networking/load-balancers/how-to/manage/#ssl
According to the Fastify documentation, in order to enable HTTPS/HTTP2, you will need to specify the key and cert files in the options object when initializing the Fastify server.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.