Certificate stops working for internal Neth login and

If your certificates look like they are setup and working. But when you go to the internal login for Neth Server 8 login page that no longer has the shield in web browser, which means no ssl (but it had it before).

Grafana is the only other one that is not showing a shield (its external). But everything else such as pulse, mesh, nextclound, webtop, zabbix. patchmon. what would be causing it?

I looked under the cerificate infoit and it showed the following

https://xx.xx.xx.xx/cluster-admin/

Unable to communicate securely with peer: requested domain name does not match the server’s certificate.

HTTP Strict Transport Security: false
HTTP Public Key Pinning: false

What would cause this?

Cluster admin is special, it also works with the other FQDNs.
SSL for IP addresses isn’t supported yet AFAIK.
So for example it works with https://zabbix.domain.tld/cluster-admin but not with https://1.2.3.4/cluster-admin

Best practice is to request a certificate for the node FQDN, for example node.domain.tld.
This way it should work at https://node.domain.tld/cluster-admin.

And also Grafana and Rspamd should work at https://node.domain.tld/grafana and https://node.domain.tld/rspamd

1 Like

I’ll check in to it.

1 Like