gregtwallace / certwarden

Cert Warden is a centralized ACME Client. It provides an API for certificate consumers to fetch their individual keys and certs with API keys.
https://www.certwarden.com/
Other
183 stars 6 forks source link

error when try default auth #2

Closed devzwf closed 1 year ago

devzwf commented 1 year ago

geting this when i am trying the default username/password lego

will try debug log to see.

gregtwallace commented 1 year ago

This means the backend did not respond for some reason. Open up browser console, you should see more details. Also, check the file located at /app/env.js There should be an API URL that matches the box you're running on. e.g. https://some.example.com:443/api

Make sure 'hostname' is properly set in the config.yaml

devzwf commented 1 year ago

ok i see Failed to load resource: net::ERR_NAME_NOT_RESOLVED

i will check what i can fix and will update

devzwf commented 1 year ago

Oh and i could not found the env.js

gregtwallace commented 1 year ago

Insufficient details. Try the new version though. The config file changed a little in 0.8.0 and might fix your issue.