NGINX not using ssl certs?

Just setup this add on and now it seems my ssl certs are being ignored.
I can get in using http but not https.

domain: me.domain.com
hsts: max-age=31536000; includeSubDomains
certfile: fullchain.pem
keyfile: privkey.pem
cloudflare: false
customize:
  active: false
  default: nginx_proxy_default*.conf
  servers: nginx_proxy/*.conf

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 10.11.10.245

If I disable Nginx and go back to adding the certs in my config they work. Just not when Nginx is enabled.
Anyone see anything wrong there?

Anyone??
This is really driving me crazy. All the tutorials I’ve read or watched show just what I have yet it won’t work.

Are you testing from outside your home network ?

I finally got it working but thanks.

And the solution was? (in case someone lands on this topic later in the future…)