Issue making http call from application to external API
I have a Nuxt 3 app with a server route that is responsible for calling an external API:
It seems to be an issue with establishing a TLS connection:
Is there something that needs to be setup when I want to make calls to an external API from a service?
https://hacker-news.firebaseio.com/v0/item/${itemID}.json which works great locally and on render.com, but fails when deployed on dokploy (on hetzner cloud). It seems to be an issue with establishing a TLS connection:
Is there something that needs to be setup when I want to make calls to an external API from a service?