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
176 stars 6 forks source link

HTTPS port not enabled by default? #46

Closed aj0413 closed 4 months ago

aj0413 commented 4 months ago

Feels like I’m missing something obvious, but I thought HSTS and HTTPS port 4055 were enabled by default.

Deployed service via Portainer and can only connect via HTTP on 4050. Checked the config default and example files, but may just be me missing something obvious (haven’t had time to dig in and troubleshoo)t ?

gregtwallace commented 4 months ago

Have you created a certificate? It won’t run as https until a certificate is created for it to use.

aj0413 commented 4 months ago

I do have one, which I assigned to the Synology running everything. I've attempted using the reverse proxy feature to ensure the cert was used in establishing the connection, too.

Was able to reverse proxy to 4050 just fine, for instance, and see browser recognize cert as valid.

gregtwallace commented 4 months ago

Is it named legocerthub or did you change the config to the name of the certificate if it isn’t that name?

if you’ve done that, I’ll need debug logs.

aj0413 commented 4 months ago

ahhh, I hadn’t realized the service would care. I thought the cert name just needed to match the host name used to connect. Let me try that and get back to you