Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Proxmox doesn't care what you do with the container. If you've got a container running a web server then that is where you need to put your certificate. The only exception is when you are proxying on the router rather than port forwarding Commented Oct 21, 2023 at 19:01
  • Ok, so what I need to do to have a proxmox debian11-turnkey-wordpress container accesible from internet using the ddns hostname that identify my router that forward 80,443 request to it with a correct ssl encryption? Commented Oct 21, 2023 at 19:15
  • Install an SSL certificate into your container's web server Commented Oct 21, 2023 at 19:43
  • You should investigate why Lets Encrypt failed in your container - check the logs if any - did it fail due to dependency errors? Permissions? Commented Oct 21, 2023 at 19:43
  • 1
    Unless you've set up a redirect from http to https you shouldn't need a certificate to access your website on http (port 80). You can test with that. And then go and get (say) a LetsEncrypt certificate for the https service Commented Oct 21, 2023 at 20:05