Issue with nginx proxy manager and ghost in docker

Hi, I need some help or clarity. I have a self-hosted instance of ghost running in a docker container. I am running the latest 5.109 version with a mysql db. Everything is running apparently smooth behind nginx proxy manager except scheduling of posts. Once I setup the schedule, the logs show this error and the post never goes live.

  • DEPTH_ZERO_SELF_SIGNED_CERT

RequestError: self-signed certificate

I’ve tried multiple things including pointing an env variable that I found called NODE_EXTRA_CA_CERTS and a bind mount with the certs needed but it is still not working. Any help would be appreciated