Thanks that got rid of one problem "the port is missing" issue.
Unfortunately my overall objective is still not working which is to route i.trajano.net to an Apache server using Client Certificates.
I am presuming at the moment because of LetsEncrypt JSON file is not being stored my certificate will obviously fail, but I should at least see something in the logs regarding some failure, instead I am just getting no response.
Note I am shifting the position of the comment around. Still no luck though. My Apache server is running on a self-signed certificate with client side validation (because unlike my previous setup the LetsEncrypt certificate is not available to me anymore)
I think you should try to resolve your certificate issue first, and then turn on debug logging and see if that helps identify what the issue is. I'm assuming you can get the http router to work already?
Yes I had it at one point, it worked so I switched. What I didn't realize what after that it kept on redoing the request but I have not changed it since.
It would be much easier for you to save the cert locally than to try try and save it in a docker volume. The cert needs to have the correct permissions and perhaps when it is generated in the docker volume the permissions don't allow it to persist for some reason? Saving it locally also lets you check the status (if cert was pulled and which server it was pulled from) and allows you to delete it if you need to. I would at least start there.