Hi all,
So i’ve been trying to set up my vault warden using nginx reverse proxy manager. However, i’ve been coming into some issues with trying to obtain my SSL. I know there’s not an issue with the proxy manager myself as i was able to obtain a certificate for another site i host shortly after my attempts with Vaultwarden.
If I access the site via it’s it’s perfectly fine. However, LE is unable to obtain the certificate. As the DNS challenge is failing. I’d have thought since i can access the site via it’s DNS name then this wouldn’t be an issue?
I changed back to bitwarden and was able to obtain a certificate no problem so i believe that there may be an issue with the image or more than likely my setup.
Here’s the output from the LE log
{
"identifier": {
"type": "dns",
"value": "vault.adamsitsolutions.co.uk"
},
"status": "invalid",
"expires": "2022-04-25T10:46:02Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Invalid response from http://vault.adamsitsolutions.co.uk/.well-known/acme-challenge/WJlxEw0E2E_rArQUnxU_0EnyZkRBPj4gkfLQDCJGwcI [88.150.137.104]: 404",
"status": 403
Any help would be appreciated!
Thanks,
Darren